openintro (version 1.7.1)

stanford: Stanford heart transplant experiment

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 an official heart transplant candidate, meaning that he was gravely ill and would most likely benefit from a new heart. Some patients got a transplant and some did not.

Usage

data("stanford")

Arguments

Format

A data frame with 103 observations on the following 2 variables.

outcome

a factor with levels alive dead

group

a factor with levels control treatment

Examples

Run this code
# NOT RUN {
data(stanford)
## maybe str(stanford) ; plot(stanford) ...
# }

Run the code above in your browser using DataLab