Learn R Programming

crrSC (version 1.1.2)

cdata: Clustered competing risks simulated data

Description

sample of 200 observations

Usage

data(cdata)

Arguments

Format

A data frame with 200 observations and the following 4 variables. Simulation is detailed on the paper Competing Risk Regression for clustered data. Zhou, Fine, Latouche, Labopin. 2011. In Press. Biostatistics.

ID

Id of cluster, each cluster is of size 2

ftime

Event time

fstatus

Event type. 0=censored, 1 , 2

z

a binary covariate with P(z=1)=0.5

Examples

Run this code
# NOT RUN {
data(cdata)
# }

Run the code above in your browser using DataLab