| crt_dt | R Documentation |
A simulated dataset of clustered recurrent events with terminal/censoring outcomes and covariates, suitable for examples and tests.
data(crt_dt)
A data frame with the following columns:
Integer subject ID (within the whole sample).
Integer cluster ID.
Numeric event/censoring time.
Integer event type indicator:
0 = censored,
1 = recurrent type 1,
2 = recurrent type 2,
3 = death (terminal).
Cluster-level treatment indicator carried to subjects (e.g., 0/1).
Numeric covariate.
Numeric covariate.
Rows represent observed events (including censoring and death) for each subject.
Multiple rows per id indicate multiple recurrent events; terminal/censoring
rows mark the end of observation for that subject.
Generated by the package's simulation utilities.
data(crt_dt)
head(crt_dt)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.