R Dataset / Package mosaicData / SAT
Documentation |
---|
On this R-data statistics page, you will find information about the SAT data set which pertains to State by State SAT data. The SAT data set is found in the mosaicData R package. You can load the SAT data set in R by issuing the following command at the console data("SAT"). This will load the data into a variable called SAT. If R says the SAT 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 SAT R data set. The size of this file is about 2,272 bytes. State by State SAT dataDescriptionSAT data assembled for a statistics education journal article on the link between SAT scores and measures of educational expenditures Usagedata(SAT) FormatA data frame with 50 observations on the following variables.
Sourcehttp://www.amstat.org/publications/jse/secure/v7n2/datasets.guber.cfm ReferencesDeborah Lynn Guber, "Getting what you pay for: the debate over equity in public school expenditures" (1999), Journal of Statistics Education 7(2). Examplesdata(SAT) if (require(lattice)) { xyplot(sat ~ expend, SAT) xyplot(sat ~ expend, SAT, panel=function(x,y){grid.text(abbreviate(SAT$state, 3), x, y, default.units='native')}) } -- 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-25959.csv | 2.22 KB |