simdata: Simulated interval-censored competing risks data with 2...

simdataR 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)

intccr documentation built on May 10, 2022, 9:05 a.m.

Related to simdata in intccr...