| df1 | R Documentation |
A data frame with the following columns:
trialsdtThe trial start date.
usubjidThe unique subject ID.
randdtThe randomization date for each subject.
treatmentThe treatment group.
treatment_descriptionDescription of the treatment group.
timeThe number of days elapsed since randomization.
eventThe event indicator, with a value of 1 indicating the occurrence of an event, and 0 indicating no event.
dropoutThe dropout indicator, where 1 corresponds to a dropout and 0 implies no dropout.
cutoffdtThe cutoff date.
For drug demand forecasting, the event of interest is treatment discontinuation. The dropout variable is set to 0 for all patients in this context.
df1
An object of class tbl_df (inherits from tbl, data.frame) with 175 rows and 9 columns.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.