R Dataset / Package vcd / JointSports
Documentation |
---|
On this R-data statistics page, you will find information about the JointSports data set which pertains to Opinions About Joint Sports. The JointSports data set is found in the vcd R package. You can load the JointSports data set in R by issuing the following command at the console data("JointSports"). This will load the data into a variable called JointSports. If R says the JointSports data set is not found, you can try installing the package by issuing this command install.packages("vcd") 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 JointSports R data set. The size of this file is about 1,332 bytes. Opinions About Joint SportsDescriptionData from a Danish study in 1983 and 1985 about sports activities and the opinion about joint sports with the other gender among 16–19 year old high school students. Usagedata("JointSports") FormatA data frame with 40 observations and 5 variables.
SourceE. B. Andersen (1991), The Statistical Analysis of Categorical Data, page 210. ReferencesE. B. Andersen (1991), The Statistical Analysis of Categorical Data. 2nd edition. Springer-Verlag, Berlin. Exampleslibrary(MASS) data("JointSports") tab <- xtabs(Freq ~ gender + opinion + grade + year, data = JointSports) doubledecker(opinion ~ gender + year + grade, data = tab) loglm(~ opinion* (gender + grade+ year) + gender*year*grade, data = tab) -- 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-77187.csv | 1.3 KB |