R Dataset / Package Stat2Data / ArcheryData
On this R-data statistics page, you will find information about the ArcheryData data set which pertains to ArcheryData. The ArcheryData data set is found in the Stat2Data R package. You can load the ArcheryData data set in R by issuing the following command at the console data("ArcheryData"). This will load the data into a variable called ArcheryData. If R says the ArcheryData data set is not found, you can try installing the package by issuing this command install.packages("Stat2Data") and then attempt to reload the data with the library() command. 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 ArcheryData R data set. The size of this file is about 550 bytes.
ArcheryData
Description
Score results from an archery class
Format
A dataset with 18 observations on the following 7 variables.
Attendance | Number of days in class |
Average | Average score over all days |
Sex | Coded as f or m |
Day1 | Archery score on first day |
LastDay | Archery score on last day |
Improvement | Last day - first day score |
Improve | 1=improved or 0= did not improve |
Details
In 2002, Heather Tollerud, a Saint Olaf College student, undertook a study of the archery scores of students at the college who were enrolled in an archery course. Students taking the course record a score for each day they attend class from the first until the last day. Hopefully the instruction they receive helps them to improve their game.
Source
Student project
Dataset imported from https://www.r-project.org.