| cancer2 {KMunicate} | R Documentation |
Patient Survival in Drug Trial
Description
Patient survival in drug trial data, imported from Stata 16.
Usage
cancer2
Format
A data frame with 48 rows and 4 variables:
-
studytimeMonths to death or end of follow-up; -
diedEvent indicator variable,died = 1if a patient died; -
drugDrug type, withdrug = 1being placebo; -
ageAge of a patient at baseline.
Note
The dataset is named cancer2 to avoid name collision with the cancer dataset from the survival package.
References
http://www.stata-press.com/data/r16/cancer.dta
Examples
data("cancer2", package = "KMunicate")
[Package KMunicate version 0.2.5 Index]