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:
-
studytime
Months to death or end of follow-up; -
died
Event indicator variable,died = 1
if a patient died; -
drug
Drug type, withdrug = 1
being placebo; -
age
Age 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]