simdata_aipw {intccr} | R Documentation |
Simulated interval censored data with 2 covariates in the presence of 50\%
of missing cause of failure - wide format
Description
The dataset containing the individual identification number, the last time prior to the event, the first time after the event, cause of failure with 50\%
of missingness, and covariates.
Usage
simdata_aipw
Format
A data frame with 200 rows and 7 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
- a
auxiliary variable
Examples
library(intccr)
data(simdata_aipw)
[Package intccr version 3.0.4 Index]