R/bottles.R

#' Bottles data on filling amount of six bottles over five time points.
#'
#' Ott and Snee (1973) analyzed the filled weight (weight) of bottles filled by
#' six machine heads (heads) over five time points (time).
#'
#' @docType data
#'
#' @usage data(bottles)
#'
#' @format A data frame with 30 rows and 3 variables:
#' \describe{
#'   \item{weight}{the response, the weight of material filled into each bottle.}
#'   \item{time}{the time point of each filling.}
#'   \item{heads}{the head of the machine that fills the bottle.}
#' }
#'
#' @references
#' \insertRef{bottles}{slgf}
#'
#' @keywords datasets
#'
#'
"bottles"

Try the slgf package in your browser

Any scripts or data that you put into this service are public.

slgf documentation built on Nov. 22, 2022, 1:09 a.m.