truncate_from_start_cohort {vaccineff} | R Documentation |
Internal function to truncate data based on start_cohort
Description
Internal function to truncate data based on start_cohort
Usage
truncate_from_start_cohort(
data_set,
outcome_date_col,
censoring_date_col,
start_cohort
)
Arguments
data_set |
|
outcome_date_col |
Name of the column that contains the outcome dates. |
censoring_date_col |
Name of the column that contains the censoring date. NULL by default. |
Value
data.frame
with truncated data
[Package vaccineff version 1.0.0 Index]