data(College_grades)
grade
The letter grade for the student in this course: A is the highest.
sessionID
An identifier for the course taken. Courses
offered multiple times in one semester or across semesters have individual IDs.
sid
The student ID
dept
The department in which the course was offered. 100 is entry-level,
200 sophomore-level, 300 junior-level, 400 senior-level.
enroll
Student enrollment in the course. This includes students who are not
part of this sample.
iid
Instructor ID
gradepoint
A translation of the letter grade into a numerical scale. 4 is high.
Some letter grades are not counted in a student's gradepoint average. These have NA
for
the gradepoint.
## Not run:
# GPA <- lm(gradepoint ~ sid - 1, data = College_grades)
# ## End(Not run)
Run the code above in your browser using DataLab