R/datasets.R

#' @title Krishnamoorthy & Mathew's example 4.1
#' @description The dataset used in Krishnammorthy & Mathew's example 4.1.
#' @name KM41
#' @docType data
#' @references Krishnamoorthy and Mathew, Statistical Tolerance Regions, Wiley 2009.
#' @keywords data
#' @usage data(KM41)
#' @format A data frame with 25 rows and 2 columns.
#' @examples
#' data(KM41)
#' str(KM41)
#' table(KM41$Batch)
NULL

Try the AOV1R package in your browser

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

AOV1R documentation built on Nov. 10, 2020, 3:52 p.m.