data_sim_RC {CopulaCenR}R Documentation

data_sim_RC

Description

A simulated real dataset of bivariate right-censored data with 500 subjects and 5 columns.

Usage

data("data_sim_RC")

Format

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.


[Package CopulaCenR version 1.2.3 Index]