
Last chance! 50% off unlimited learning
Sale ends in
A simulated data frame with the following variables
subjects identification
start of the interval
endpoint of the interval; when time origin is 0 this variable also marks the recurrence or terminal/censoring time
terminal event indicator; 1 if a terminal event is recorded
recurrent event indicator; 1 if a recurrent event is recorded
baseline covariate generated from a standard uniform distribution
baseline covariate generated from a standard uniform distribution (independent from z1
data(simDat)
A data frame with 874 rows and 7 variables.
The sample dataset simDat
is generated by
set.seed(0); dat <- simGSC(200)
.
See simGSC
for instruction on simulating recurrent event data from
scale-change models.