| olitos | R Documentation | 
This dataset consists of 120 olive oil samples on measurements on 25 chemical compositions (fatty acids, sterols, triterpenic alcohols) of olive oils from Tuscany, Italy (Armanino et al. 1989). There are 4 classes corresponding to different production areas. Class 1, Class 2, Class 3, and Class 4 contain 50, 25, 34, and 11 observations, respectively.
data(olitos)
A data frame with 120 observations on the following 26 variables.
X1Free fatty acids
X2Refractive index
X3K268
X4delta K
X5Palmitic acid
X6Palmitoleic acid
X7a numeric vector
X8a numeric vector
X9a numeric vector
X10a numeric vector
X11a numeric vector
X12a numeric vector
X13a numeric vector
X14a numeric vector
X15a numeric vector
X16a numeric vector
X17a numeric vector
X18a numeric vector
X19a numeric vector
X20a numeric vector
X21a numeric vector
X22a numeric vector
X23a numeric vector
X24a numeric vector
X25a numeric vector
grpa factor with levels 1 2 3 4
Prof. Roberto Todeschini, Milano Chemometrics and QSAR Research Group https://michem.unimib.it
C. Armanino, R. Leardi, S. Lanteri and G. Modi, 1989. Chemometric analysis of Tuscan olive oils. Cbemometrics and Intelligent Laboratoty Sysiem, 5: 343–354.
R. Todeschini, V. Consonni, A. Mauri, M. Pavan (2004) Software for the calculation of molecular descriptors. Pavan M. Talete slr, Milan, Italy, http://www.talete.mi.it
data(olitos)
cc <- Linda(grp~., data=olitos, method="mcdC", l1med=TRUE)
cc
pr <- predict(cc)
tt <- mtxconfusion(cc@grp, pr@classification, printit=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.