Learn R Programming

npsurv (version 0.3-3)

gastric: Gastric Cancer Survival Data

Description

Contains the survival times of 45 gastrointestinal tumor patients who were treated with both chemotherapy and radiotherapy. It has both exact and right-censored observations.

Usage

gastric

Arguments

format

A data frame with 30 observations and 3 variables: L: left-end points of the interval-censored survival times;

R: right-end points of the interval-censored survival times.

source

Klein and Moeschberger (2003), page 224.

References

Klein, J. P. and Moeschberger, M. L. (2003). Survival Analysis: Techniques for Censored and Truncated Data (2nd ed.). Springer.

See Also

npsurv.

Examples

Run this code
data(gastric)
r = Uhaz(gastric, deg=2)
plot(r$h, fn="h")   # hazard function
plot(r$h, fn="d")   # density function
plot(r$h, fn="s")   # survival function

Run the code above in your browser using DataLab