data.individual: Individual survival data

Description Usage Format Details Examples

Description

An example individual survival data including the least required variables for recurrisk.individual function, which is created using the case-listing unformatted SEER*Stat CSV data file.

Usage

1
data("data.individual")

Format

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

stage

Stage varible with format 0=Localized, 1=Regional, 2=Distant.

yeargroup

Year variable with format 0=1985-89, 1=1990-94, 2=1995-99, 3=2000-13.

agegroup

Age variable with format 0=15-59, 1=60-69, 2=70-84.

time

Follow-up years.

status

The status indicator, 0=alive, 1=dead due to cancer.

Details

Note that, dead events due to other causes should be defined as censoring events.

Examples

1
data("data.individual")

RecurRisk documentation built on July 2, 2020, 2:28 a.m.