Lung {grpreg}R Documentation

VA lung cancer data set

Description

Data from a randomised trial of two treatment regimens for lung cancer. This is a standard survival analysis data set from the classic textbook by Kalbfleisch and Prentice.

Usage

data(Lung)

Format

The Lung object is a list containing three elements:

The matrix X contains the following columns:

Source

https://cran.r-project.org/package=survival

References

See Also

veteran, grpsurv

Examples

data(Lung)
hist(Lung$y[,1], xlab="Follow-up time", main="")
table(Lung$y[,2])

[Package grpreg version 3.4.0 Index]