R/data_wine.R

#' Wine Data Set
#'
#' 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.
#'
#' @name wine
#' @usage
#'
#' data(wine)
#'
#' @format The data set \code{wine} contains a \code{data.frame} of 14 variables. The first variable is the types
#' of wines. The other 13 variables are quantities of the constituents.
#'
#' @docType data
#' @references https://archive.ics.uci.edu/ml/datasets/wine
#'

NULL

Try the bootcluster package in your browser

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

bootcluster documentation built on Jan. 30, 2022, 1:07 a.m.