Learn R Programming

RecurRisk (version 1.0.2)

data.individual: Individual survival data

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

data("data.individual")

Arguments

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

Run this code
# NOT RUN {
data("data.individual")
# }

Run the code above in your browser using DataLab