timereg (version 1.9.3)

bmt: The Bone Marrow Transplant Data

Description

Bone marrow transplant data with 408 rows and 5 columns.

Arguments

Format

The data has 408 rows and 5 columns.

cause

a numeric vector code. Survival status. 1: dead from treatment related causes, 2: relapse , 0: censored.

time

a numeric vector. Survival time.

platelet

a numeric vector code. Plalelet 1: more than 100 x \(10^9\) per L, 0: less.

tcell

a numeric vector. T-cell depleted BMT 1:yes, 0:no.

age

a numeric vector code. Age of patient, scaled and centered ((age-35)/15).

References

NN

Examples

Run this code
# NOT RUN {
data(bmt)
names(bmt)
# }

Run the code above in your browser using DataLab