Thiis dataset contains the scores on a written science exam (General Certificate of Secondary Education; GCSE) that is taken by \(N = 1905\) students in \(73\) schools in England. The exam is taken at the end of compulsory schooling, when students are typically \(16\) years old. The actual score maximum is \(160\), but here a rescaled score (with max value \(100\)) is provided. The data originally come from the package mlmRev
, dataset Gcsemv
.
data(GCSE)
A data.frame
with \(1905\) observations on \(3\) variables.
Id
The Id number of the student.
Gender
The gender of the student, coded as M = male and F = female.
Science.Exam
The science exam score.