Description Usage Arguments Value Examples
View source: R/f_00_to_event_table_ef_all.r
This function organize an input data set ef (event format), to the required ef data set for the model. It appends an index of person event 1,2..n,0 if a subject has n doses and being the 0-row the exit conditions: exit time, exit dose and the outcome. Also creates the cumulated dose.
1 2 | f_to_event_table_ef_all(formula, data, id_name, dose_name, time_name,
covars_names)
|
formula |
Surv(entry_time,exit_time,outcome)~loglin(loglin_var1,..,loglin_varn)+ |
data |
input data set - event format data set |
id_name |
name of variable containing the names of subjects |
dose_name |
name of the dose variable |
time_name |
name of the time variable |
covars_names |
names of the covars required later in the model |
The data set with the event-row format, including the event of exit of the cohort as a row where the outcome is set
1 2 3 | f_to_event_table_ef_all(formula,data,id_name='patientids',
dose_name='dose',time_name='time',
covars=c('sex','country','birthcohort'))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.