#' @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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.