Grade Distribution Data from Summer 2005 - Summer 2017
grade_dist.RdGrade distributions by letter grade for every class and instructor from Summer 2005 to Summer 2017 at the University of Illinois at Urbana-Champaign (UIUC).
Format
A data.frame with 124155 and 25 variables with the format of:
crnCourse Registration Number
subjectDepartment course was offered in
courseCourse Number
course_titleName of the Course
course_sectionLecture, Discussion, or Online Section ID
sched_typeLecture, Discussion, Online
a_plusNumber of Students Receiving an A+
Weighted as 4.00
aNumber of Students Receiving an A
Weighted as 4.00
a_minusNumber of Students Receiving an A-
Weighted as 3.67
b_plusNumber of Students Receiving an B+
Weighted as 3.33
bNumber of Students Receiving an B
Weighted as 3.00
b_minusNumber of Students Receiving an B-
Weighted as 2.67
c_plusNumber of Students Receiving an C+
Weighted as 2.33
cNumber of Students Receiving an C
Weighted as 2.00
c_minusNumber of Students Receiving an C-
Weighted as 1.67
D_plusNumber of Students Receiving an D+
Weighted as 1.33
dNumber of Students Receiving an D
Weighted as 1.00
d_minusNumber of Students Receiving an D-
Weighted as 0.67
fNumber of Students Receiving an F
Weighted as 0.00
wNumber of Students Receiving an W (Withdrawal)
average_gradeThe average GPA for the course
semesterName of term: Fall, Winter, Spring, or Summer
yearYear semester takes place in.
Details
As the R data file type allows for editing of the included data, we ask that prior to using the files you accept responsibility for accurate dissemination of this information and agree that no manipulation of the data that results in falsification of the information will occur.
Missing values contained within the data set are due to the grade distributions not being displayed when a section has low enrollment or when all students in the class have the same grade. Because of the low enrollment in those classes or because all the students in a class received the same grade, the grade data could identify a student. Therefore, this data has been omitted to satisfy Family Educational Rights and Privacy Act (FERPA) (20 U.S.C. §1232g).
Please see the Grade Scale for details as to how the average GPA was calculated.
Examples
# Load Fall Data
data("grade_dist", package="uiucdata")