Skip to content

Commit

Permalink
fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsantiagoquevedo committed Nov 6, 2024
1 parent 4eda42f commit 0345b45
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions R/coh_time_to_event.R
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@

#' @title Calculate Exposition Time
#'
#' @description This auxiliar function calculates the exposition time of
#' @description This auxiliary function calculates the exposition time of
#' individuals starting from the t0_follow_up date defined based on whether
#' a matching strategy is invoked or not. The end of the exposition time
#' is assigned based on the follow hierarchy
#' outcome_status -> censoring_date -> end_cohort
#'
#' @inheritParams match_cohort
#' @return `column` with exposition time per indivual.
#' @return `column` with exposition time per individual.
#' @keywords internal

get_exposition_time <- function(data_set,
Expand Down
4 changes: 2 additions & 2 deletions man/get_exposition_time.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0345b45

Please sign in to comment.