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