math {stratifyR} | R Documentation |
Mathematics Marks for First-year University Students
Description
The data contains the mathematics coursework marks, final examination marks and grades obtained by students in a first year mathematics course at The University level in the year 2010 in Fiji.
Usage
data(math)
Format
A data frame with 353 observations which represent mathematics marks and grades for first year math students at university level. The variable is as follows:
cw
Coursework marks in 1st year mathematics (0-50)
end_exam
The end of semester examination marks maths (0-50)
final_marks
Final examination marks in maths, which is an addition of the cw and end_exam (0-100)
grade
The grade obtained by the student based on the final marks
Source
The data was obtained by a masters students at USP, Fiji.
Examples
data(math)
min(math$final_marks); max(math$final_marks)
hist(math$final_marks)
boxplot(math$final_marks)
[Package stratifyR version 1.0-3 Index]