dCox_sim: Simulated survival dataset for Cox models

dCox_simR Documentation

Simulated survival dataset for Cox models

Description

The dCox_sim dataset contains simulated survival times, censoring indicators and two binary covariates for demonstrating the Cox-related procedures included in bigPLScox.

Format

A data frame with 10000 observations on the following 5 variables.

id

observation identifier

time

simulated survival time

status

event indicator (1 = event, 0 = censored)

x.1

first binary covariate

x.2

second binary covariate

Examples


data(dCox_sim)
with(dCox_sim, table(status))


bigPLScox documentation built on Nov. 18, 2025, 5:06 p.m.