R Dataset / Package survival / stanford2

On this R-data statistics page, you will find information about the stanford2 data set which pertains to More Stanford Heart Transplant data. The stanford2 data set is found in the survival R package. You can load the stanford2 data set in R by issuing the following command at the console data("stanford2"). This will load the data into a variable called stanford2. If R says the stanford2 data set is not found, you can try installing the package by issuing this command install.packages("survival") and then attempt to reload the data with the library() command. If you need to download R, you can go to the R project website. You can download a CSV (comma separated values) version of the stanford2 R data set. The size of this file is about 3,149 bytes.

More Stanford Heart Transplant data

Description

This contains the Stanford Heart Transplant data in a different format. The main data set is in heart.

Usage

stanford2

Format

R project statistics dataset table
id: ID number
time: survival or censoring time
status: censoring status
age: in years
t5: T5 mismatch score

Source

LA Escobar and WQ Meeker Jr (1992), Assessing influence in regression analysis with censored data. Biometrics 48, 507–528. Page 519.

See Also

predict.survreg, heart

Dataset imported from https://www.r-project.org.

Attachments: csv, json

<iframe src="https://pmagunia.com/iframe/r-dataset-package-survival-stanford2.html" width="100%" height="100%" style="border:0px"></iframe>