MIICD (version 2.4)

ICCRD: ICCRD : interval censored competing risks data

Description

Interval censored competing risks data. A data frame with 150 observations. the columns are :
  • left -> lower bound of the interval
  • right -> upper bound of the interval
  • status -> cause of failure (1 or 2)
  • treatment -> treatment (1 or 2)
  • cov2 -> another covariate ( continuous )

Arguments

Details

This dataset is given for demonstration purpose. 2 causes of failure are given, only cause 1 is interval censored. Right censored observations are indicated by 0 in the status column.

Examples

Run this code
head(ICCRD)

Run the code above in your browser using DataLab