R/data-gear_company.R

#' Fake data for a gear company example
#'
#' Made-up data for whether a sample of two gear companies' parts pass
#' inspection.
#'
#'
#' @name gear_company
#' @docType data
#' @format A data frame with 2000 observations on the following 2 variables.
#' \describe{\item{company}{a factor with levels \code{current}
#' \code{prospective}} \item{outcome}{a factor with levels \code{not}
#' \code{pass}} }
#' @keywords datasets
#' @examples
#'
#' gear_company
"gear_company"
OpenIntroStat/openintro-r-package documentation built on Nov. 19, 2023, 4:58 p.m.