openintro (version 1.7.1)

transplant: Transplant consultant success rate (fake data)

Description

Summarizing whether there was or was not a complication for 62 patients who used a particular medical consultant.

Usage

data("transplant")

Arguments

Format

A data frame with 62 observations on the following variable.

outcome

a factor with levels complications okay

Examples

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

Run the code above in your browser using DataCamp Workspace