R/PRODQUAL.R

#' @title PRODQUAL data set.
#'
#' @description  A dataset containing measurements from an experiment on the quality of a product
#'
#' @details This is a standard data set from the course MATH 5773 taken from the data sets provided by the text book.
#'
#' @format A data frame with 28 rows and 3 variables:
#' \describe{
#'   \item{TEMP}{degrees Fahrenheit Temperature at which the chemical reaction took place}
#'   \item{PRESSURE}{Pressure at which the chemical reaction took place in psi}
#'   \item{QUALITY}{Average of 4 scores from 0-100 independently assigned by four inspectors to measure quality}
#' }
#'
#' @source \url{https://www.routledge.com/Statistics-for-Engineering-and-the-Sciences-Sixth-Edition/Mendenhall-Sincich/p/book/9781498728850}
"PRODQUAL"
leahpom/F2020Projt3LP documentation built on Jan. 1, 2021, 8:17 a.m.