cancer2: Patient Survival in Drug Trial

cancer2R 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, with drug = 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")

KMunicate documentation built on Aug. 26, 2023, 5:08 p.m.