data_sim_ic {CopulaCenR} | R Documentation |
A simulated real dataset of bivariate interval-censored data with 500 subjects and 7 columns.
data("data_sim_ic")
A data frame with 500 subjects on the following 7 variables.
id
subject id
Left.L
left bound of the first event
Right.L
right bound of the first event
status.L
censoring indicator of the first event; 1=interval censor, 0=right censor.
Left.R
left bound of the second event
Right.R
right bound of the second event
status.R
censoring indicator of the second event; 1=interval censor, 0=right censor.