rdata {relsurv}R Documentation

Survival Data

Description

Survival data.

Usage

data(rdata)

Format

A data frame with 1040 observations on the following 6 variables:

time
survival time (in days).
cens
censoring indicator (0=censoring, 1=death).
age
age (in years).
sex
sex (1=male, 2=female).
year
date of diagnosis (in date format).
agegr
age group.

References

Pohar M., Stare J. "Relative survival analysis in R." Computer Methods and Programs in Biomedicine, 81: 272-278, 2006.


[Package relsurv version 1.5 Index]