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
stla/AOV1R documentation built on Dec. 31, 2020, 7:34 a.m.