Description Usage Format Details See Also
A simulated dataset containing a single continuous longitudinal outcome and a single survival outcome, with data available from 3 studies.
1 |
A list of three objects:
longitudinalA list of long format longitudinal datasets one for each of the 3 studies included in the dataset. Each of these datasets contains the following variables:
idlong version of the id variable for the data. Identical ids between the longitudinal and the survival datasets identify the same individual
Ya continuous longitudinal outcome
timethe longitudinal time variable
studya long version of the study membership indicator
intercepta long version of the intercept, always takes a value of 1
treata long version of the binary treatment group indicator
ltimea duplicate of the longitudinal time variable, duplicated as part of the longitudinal data simulation process
survivalA list of survival datasets, one for each of the 5 studies included in the dataset. Each of these datasets contains the following variables:
idthe id variable for the data. Identical ids between the longitudinal and the survival datasets identify the same individual
survtimethe survival time for each individual at which they experienced the event or were censored. This is on the same scale as the longitudinal time measurements.
censcensoring indicator for the survival data where 1 indicates an event and 0 indicates censoring
studystudy membership indicator
treatbinary treatment group indicator
percenteventA list of the percentage of events experienced in each datasets. The first element contains the percentage of events observed for the first simulated study and so on.
This is a simulated dataset generated by subsetting the simdat
dataset to leave only three studies with 100 individuals in each study.
This dataset is for demonstration purposes only within the package.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.