R/data.R

#' Wine Dataset
#'
#' These data are the results of a chemical analysis of wines grown in the same region in Italy but derived from three different cultivars. The analysis determined the quantities of 13 constituents found in each of the three types of wines.
#'
#' @format A data frame with 178 observations on the following 14 variables:
#' \describe{
#'  \item{class}{The class vector, the three different cultivars of wine are reprensented by the three integers(1 to 3).}
#'  \item{v1}{Alcohol}
#'  \item{v2}{Malic acid}
#'  \item{v3}{Ash}
#'  \item{v4}{Alcalinity of ash}
#'  \item{v5}{Magnesium}
#'  \item{v6}{Total phenols}
#'  \item{v7}{Flavanoids}
#'  \item{v8}{Nonflavanoid phenols}
#'  \item{v9}{Proanthocyanins}
#'  \item{v10}{Color intensity}
#'  \item{v11}{Hue}
#'  \item{v12}{OD280/OD315 of diluted wines}
#'  \item{v13}{Proline}
#' }
#'
#' @source \url{http://archive.ics.uci.edu/ml/datasets/Wine}.
"wine"

Try the MVET package in your browser

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

MVET documentation built on June 22, 2024, 11:25 a.m.