R Dataset / Package DAAG / milk
Attachment | Size |
---|---|
dataset-33271.csv | 3.56 KB |
Documentation |
---|
On this Picostat.com statistics page, you will find information about the milk data set which pertains to Milk Sweetness Study. The milk data set is found in the DAAG R package. Try to load the milk data set in R by issuing the following command at the console data("milk"). This may load the data into a variable called milk. If R says the milk data set is not found, you can try installing the package by issuing this command install.packages("DAAG") and then attempt to reload the data with library("DAAG") followed by data("milk"). 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 milk 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 milk R data set. The size of this file is about 3,647 bytes. Milk Sweetness StudyDescriptionThe Usagemilk FormatThis data frame contains the following columns:
SourceJ.H. Maindonald Examplesprint("Rug Plot - Example 1.8.1") xyrange <- range(milk) plot(four ~ one, data = milk, xlim = xyrange, ylim = xyrange, pch = 16) rug(milk$one) rug(milk$four, side = 2) abline(0, 1) -- 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 wooldridge / driving | March 9, 2018 - 1:06 PM | Dataset |
R Dataset / Package ISLR / College | March 9, 2018 - 1:06 PM | Dataset |
R Dataset / Package Ecdat / Bwages | March 9, 2018 - 1:06 PM | Dataset |
R Dataset / Package cluster / animals | March 9, 2018 - 1:06 PM | Dataset |
R Dataset / Package Ecdat / Clothing | March 9, 2018 - 1:06 PM | Dataset |