R/data-transplant.R

#' Transplant consultant success rate (fake data)
#'
#' Summarizing whether there was or was not a complication for 62 patients who
#' used a particular medical consultant.
#'
#'
#' @name transplant
#' @docType data
#' @format A data frame with 62 observations on the following variable.
#' \describe{
#'   \item{outcome}{a factor with levels \code{complications} \code{okay}}
#'   }
#' @keywords datasets
#' @examples
#'
#' transplant
"transplant"

Try the openintro package in your browser

Any scripts or data that you put into this service are public.

openintro documentation built on Sept. 1, 2022, 9:06 a.m.