Learn R Programming

GTDL (version 1.0.0)

tumor: Tumor data

Description

Times (in days) of patients in ovarian cancer study

Usage

data(tumor)

Arguments

Format

This data frame contains the following columns:

  • time: survival time in days

  • censured: censored = 0, dead = 1

  • group: large tumor = 0, small tumor = 1

References

  • Colosimo, E. A and Giolo, S. R. An<U+00E1>lise de Sobreviv<U+00EA>ncia Aplicada. Edgard Blucher: S<U+00E3>o Paulo. 2006.

Examples

Run this code
# NOT RUN {

data(tumor)
head(tumor)

# }

Run the code above in your browser using DataLab