alcohol {robustbase} | R Documentation |
The solubility of alcohols in water is important in understanding alcohol transport in living organisms. This dataset from (Romanelli et al., 2001) contains physicochemical characteristics of 44 aliphatic alcohols. The aim of the experiment was the prediction of the solubility on the basis of molecular descriptors.
data(alcohol)
A data frame with 44 observations on the following 7 numeric variables.
SAG
V
logPC
P
RM
Mass
logSolubility
The website accompanying the MMY-book: http://www.wiley.com/legacy/wileychi/robust_statistics
Maronna, R.A., Martin, R.D. and Yohai, V.J. (2006) Robust Statistics, Theory and Methods, Wiley.
data(alcohol) ## version of data set with trivial names, as s.alcohol <- alcohol names(s.alcohol) <- paste("Col", 1:7, sep='')