R Dataset / Package mosaicData / Births78
Attachment | Size |
---|---|
dataset-36350.csv | 9.41 KB |
Documentation |
---|
On this Picostat.com statistics page, you will find information about the Births78 data set which pertains to US Births in 1978. The Births78 data set is found in the mosaicData R package. Try to load the Births78 data set in R by issuing the following command at the console data("Births78"). This may load the data into a variable called Births78. If R says the Births78 data set is not found, you can try installing the package by issuing this command install.packages("mosaicData") and then attempt to reload the data with library("mosaicData") followed by data("Births78"). 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 Births78 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 Births78 R data set. The size of this file is about 9,633 bytes. US Births in 1978DescriptionA day by day record of the number of births in the United States in 1978. Usagedata(Births78) FormatA data frame with 365 observations on the following variables.
Examplesdata(Births78) if (require(lattice)) { xyplot(births ~ date, Births78) xyplot(births ~ date, Births78, groups = wday) } -- 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
|
R Output | Date |
---|---|
Picostat Output - Correlation Coefficients | Mar 13, 2019 |
Picostat Output - Boxplot | Mar 13, 2019 |
Picostat Output - Simple Linear Regression | Mar 13, 2019 |
Picostat Output - Cumulative Frequency Histogram | Mar 13, 2019 |
Picostat Output - Correlation Coefficients | Mar 13, 2019 |
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 |