larynx: Survival Times of Larynx Cancer Patients

Description Usage Format Source References Examples

Description

A study of 90 males with laryngeal cancer was performed, comparing survival times. Each patient's age, year of diagnosis, and disease stage was noted. Study published in Kardaun (1983), and available at the website for Klein and Moeschberger (2003).

Usage

1

Format

A data frame with 90 observations on the following 5 variables.

stage

Disease stage (1-4) from TNM cancer staging classification.

time

Time from first treatment until death, or end of study.

age

Age at diagnosis.

year

Year of diagnosis.

death

Indicator of death [1, if patient died at time t; 0, otherwise].

Source

http://www.mcw.edu/FileLibrary/Groups/Biostatistics/Publicfiles/DataFromSection/DataFromSectionTXT/Data_from_section_1.8.txt

References

Kardaun, O. (1983). Statistical survival analysis of male larynx-cancer patients-a case study. Statistica Neerlandica, 37, 103–125.

Klein, J. and Moeschberger, M. (2003). Survival analysis: techniques for censored and truncated data. Springer.

Examples

1
2
3
library(survival)
data(larynx)
Surv(larynx$time, larynx$death)

biostatUZH documentation built on May 2, 2019, 6:06 p.m.