R Dataset / Package robustbase / alcohol
Attachment | Size |
---|---|
dataset-77431.csv | 1.41 MB |
Documentation |
---|
On this Picostat.com statistics page, you will find information about the alcohol data set which pertains to Alcohol Solubility in Water Data. The alcohol data set is found in the robustbase R package. Try to load the alcohol data set in R by issuing the following command at the console data("alcohol"). This may load the data into a variable called alcohol. If R says the alcohol data set is not found, you can try installing the package by issuing this command install.packages("robustbase") and then attempt to reload the data with library("robustbase") followed by data("alcohol"). Perhaps strangley, if R gives you no output after entering a command, it means the command succeeded. If it succeeded you can see the data by typing alcohol at the command-line which should display the entire dataset. If you need to download R, you can go to the R project website. You can download a CSV (comma separated values) version of the alcohol R data set. The size of this file is about 1,482,997 bytes. Alcohol Solubility in Water DataDescriptionThe 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. Usagedata(alcohol) FormatA data frame with 44 observations on the following 7 numeric variables.
SourceThe website accompanying the MMY-book: http://www.wiley.com/legacy/wileychi/robust_statistics ReferencesMaronna, R.A., Martin, R.D. and Yohai, V.J. (2006) Robust Statistics, Theory and Methods, Wiley. Examplesdata(alcohol) ## version of data set with trivial names, as s.alcohol <- alcohol names(s.alcohol) <- paste("Col", 1:7, sep='') -- Dataset imported from https://www.r-project.org. |
Picostat Manual |
---|
How To Register With a Username
How To Register With Google Single Sign On (SSO)
How To Login With a Username and Password
How To Login With Google Single Sign On (SSO)
How To Import a Dataset
How To Perform Statistical Analysis with Picostat
How To Use Educational Applications with Picostat
|
Recent Queries For This Dataset |
---|
No queries made on this dataset yet. |
Title | Authored on | Content type |
---|---|---|
R Dataset / Package MASS / Pima.tr2 | March 9, 2018 - 1:06 PM | Dataset |
OpenIntro Statistics Dataset - ipod | August 9, 2020 - 12:25 PM | Dataset |
R Dataset / Package boot / frets | March 9, 2018 - 1:06 PM | Dataset |
R Dataset / Package HSAUR / CYGOB1 | March 9, 2018 - 1:06 PM | Dataset |
OpenIntro Statistics Dataset - COL | August 9, 2020 - 2:30 PM | Dataset |