1
2
3
4
5
#

Name:

Description:

The Stanford University Heart Transplant Study was conducted to determine whether an experimental heart transplant program increased lifespan. Each patient entering the program was designated officially a heart transplant candidate, meaning that he was gravely ill and would most likely benefit from a new heart. Then the actual heart transplant occurs between a few weeks to several months depending on the availability of a donor. Very few candidates during this waiting period show improvement and get \emph{deselected

Variables:

  • id - ID number of the patient.

  • acceptyear - Year of acceptance as a heart transplant candidate.

  • age - Age of the patient at the beginning of the study.

  • survived - Survival status with levels alive and dead.

  • survtime - Number of days patients were alive after the date they were determined to be a candidate for a heart transplant until the termination date of the study

  • prior - Whether or not the patient had prior surgery with levels yes and no.

  • transplant - Transplant status with levels control (did not receive a transplant) and treatment (received a transplant).

  • wait - Waiting Time for Transplant

Link To Google Sheets:

Rows:

Columns:

License Type:

References/Notes/Attributions:

Source

http://www.stat.ucla.edu/~jsanchez/data/stanford.txt

as a heart transplant candidate, but for the purposes of this experiment those patients were kept in the data as continuing candidates.}

R Dataset Upload:

Use the following R code to directly access this dataset in R.

d <- read.csv("https://www.key2stats.com/Heart_Transplant_Data_1430_80.csv")

R Coding Interface:


Datasets Tag Questions & Instructional Blocks

NumberContentType
No results found.