math | R Documentation |
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.
data(math)
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
The data was obtained by a masters students at USP, Fiji.
data(math)
min(math$final_marks); max(math$final_marks)
hist(math$final_marks)
boxplot(math$final_marks)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.