R Dataset / Package Stat2Data / MathEnrollment
On this R-data statistics page, you will find information about the MathEnrollment data set which pertains to Math Enrollments. The MathEnrollment data set is found in the Stat2Data R package. You can load the MathEnrollment data set in R by issuing the following command at the console data("MathEnrollment"). This will load the data into a variable called MathEnrollment. If R says the MathEnrollment 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 MathEnrollment R data set. The size of this file is about 167 bytes.
Math Enrollments
Description
Semester enrollments in mathematics courses
Format
A dataset with 11 observations on the following 3 variables.
Ayear | Academic year (for the fall) |
Fall | Fall semester total enrollments |
Spring | Spring semster total enrollments |
Details
Total enrollments in mathematics courses at a small liberal arts college were obtained for each semester from Fall 2001 to Spring 2012.
Source
The data were obtained from http://Registrar.Kenyon.edu on June 1, 2012.
Dataset imported from https://www.r-project.org.