Learn R Programming

intccr (version 3.0.4)

simdata_aipw: 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

Arguments

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

Run this code
# NOT RUN {
library(intccr)
data(simdata_aipw)
# }

Run the code above in your browser using DataLab