simdata {intccr} | R Documentation |
Simulated interval-censored competing risks data with 2 covariates - wide format
Description
The data containing the idividual identification number, the last time point prior to the event, the first time point after the event, cause of failure, and covariates with 200 observations.
Usage
simdata
Format
A data frame with 200 rows and 6 variables.
- id
subject id
- v
the last observation time prior to the event
- u
the first observation time after the event
- c
cause of failure with missing
- z1
binary variable
- z2
continuous variable
Examples
library(intccr)
data(simdata)
[Package intccr version 3.0.4 Index]