SimCompRisk {prodlim} | R Documentation |
Simulate right censored competing risks data with two covariates X1 and X2. Both covariates have effect exp(1) on the hazards of event 1 and zero effect on the hazard of event 2.
SimCompRisk(N, ...)
N |
sample size |
... |
do nothing. |
This function calls crModel
, then adds covariates and finally calls sim.lvm
.
data.frame with simulated data
Thomas Alexander Gerds
SimCompRisk(10)