data_sim_RC {CopulaCenR} | R Documentation |
A simulated real dataset of bivariate right-censored data with 500 subjects and 5 columns.
data("data_sim_RC")
A data frame with 500 subjects on the following 5 variables.
id
subject id
event_time.L
observed time of the first event
status.L
censoring indicator of the first event; 1=exactly observed, 0=right censor.
event_time.R
observed time of the second event
status.R
censoring indicator of the second event; 1=exactly observed, 0=right censor.