powered by
Using chemical analysis determine the origin of wines
data(wine)
A data frame with 178 observations on the following 14 variables.
Cult
a factor with levels v1 v2 v3: 3 different graph varieties
v1
v2
v3
Alch
Alcohol
Mlca
Malic acid
Ash
Aloa
Alcalinity of ash
Mgns
Magnesium
Ttlp
Total phenols
Flvn
Flavanoids
Nnfp
Nonflavanoid phenols
Prnt
Proanthocyanins
Clri
Color intensity
Hue
Oodw
OD280/OD315 of diluted wines
Prln
Proline
Data comes from the UCI Machine Learning Repository. The grape variety Cult is the class identifier.
See references at http://archive.ics.uci.edu/ml/datasets/Wine
# NOT RUN { data(wine) ## maybe str(wine) ; plot(wine) ... # }
Run the code above in your browser using DataLab