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"
tessington/qsci381 documentation built on Sept. 26, 2020, 12:40 p.m.