| dCox_sim | R Documentation |
The dCox_sim dataset contains simulated survival times, censoring
indicators and two binary covariates for demonstrating the Cox-related
procedures included in bigPLScox.
A data frame with 10000 observations on the following 5 variables.
observation identifier
simulated survival time
event indicator (1 = event, 0 = censored)
first binary covariate
second binary covariate
data(dCox_sim)
with(dCox_sim, table(status))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.