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"

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.