tavi {gems} | R Documentation |
tavi data set
Description
The simulated data set for each patient contains data for kidney injuries, bleeding complications and the combined endpoint of stroke or death. The data was simulated from the original data following the steps described in the package vignette.
Format
A data frame with 194 observations on the following 7 variables.
- id
a character vector that contains the patient id's
- kidney
a numeric vector; indicator variable that show if an event has occurred
- kidney.dur
a numeric vector; times at which the events occurred or the patients were censored
- bleeding
a numeric vector; indicator variable that show if an event has occurred
- bleeding.dur
a numeric vector; times at which the events occurred or the patients were censored
- death
a numeric vector; indicator variable that show if an event has occurred
- death.dur
a numeric vector; times at which the events occurred or the patients were censored
References
Nello Blaser, Luisa Salazar Vizcaya, Janne Estill, Cindy Zahnd, Bindu Kalesan, Matthias Egger, Olivia Keiser, Thomas Gsponer (2015). gems: An R Package for Simulating from Disease Progression Models. Journal of Statistical Software, 64(10), 1-22. URL http://www.jstatsoft.org/v64/i10/.
Examples
head(data(tavi))