R/Coated.R

#' @title Coated
#' 
#' @description The data set is given in Table 5.3 in Rencher (2003).
#' The data set consists of 2 variables (Depth and Number), 2 treatments and 
#' 15 observations.
#' The first column of the data is Location numbers.
#' @docType data
#' @keywords datasets
#' @name Coated
#' @usage Coated
#' @format A data frame with 15 rows and 5 columns. The columns
#' are as follows:
#' \describe{
#'   \item{Location}{The location numbers of observations.}
#'   \item{Coating1.Depth1}{The Depth values in the first treatment} 
#'   \item{Coating1.Number1}{The Number values in the first treatment}
#'   \item{Coating2.Depth2}{The Depth values in the second treatment} 
#'   \item{Coating2.Number2}{The Number values in the second treatment}
#' }
#'
#' @source The data set is used in the book entitled
#' Methods of Multivariate Analysis (Rencher,2003).
#' @references Rencher, A. C. (2003). Methods of multivariate analysis 
#' (Vol. 492). John Wiley & Sons.
NULL

Try the MVTests package in your browser

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

MVTests documentation built on Nov. 3, 2023, 5:11 p.m.