R Dataset / Package mosaicData / TenMileRace
Documentation |
---|
On this R-data statistics page, you will find information about the TenMileRace data set which pertains to Cherry Blossom Race. The TenMileRace data set is found in the mosaicData R package. You can load the TenMileRace data set in R by issuing the following command at the console data("TenMileRace"). This will load the data into a variable called TenMileRace. If R says the TenMileRace 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. 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 TenMileRace R data set. The size of this file is about 190,171 bytes. Cherry Blossom RaceDescriptionThe Cherry Blossom 10 Mile Run is a road race held in Washington, D.C. in April each year. (The name comes from the famous cherry trees that are in bloom in April in Washington.) The results of this race are published. This data frame contains the results from the 2005 race. Usagedata(TenMileRace) FormatA data frame with 8636 observations on the following variables.
Examplesdata(TenMileRace) if (require(lattice)) { xyplot(net ~ age, data=TenMileRace, groups=sex) lm(net ~ age + sex, data=TenMileRace) } -- Dataset imported from https://www.r-project.org. |
Title | Authored on | Content type |
---|---|---|
OpenIntro Statistics Dataset - dream | August 9, 2020 - 12:25 PM | Dataset |
OpenIntro Statistics Dataset - winery_cars | August 9, 2020 - 2:38 PM | Dataset |
R Dataset / Package HSAUR / toothpaste | March 9, 2018 - 1:06 PM | Dataset |
R Dataset / Package HSAUR / pottery | March 9, 2018 - 1:06 PM | Dataset |
R Dataset / Package HistData / Guerry | March 9, 2018 - 1:06 PM | Dataset |
Attachment | Size |
---|---|
dataset-33549.csv | 185.71 KB |