Learn R Programming

r2spss (version 0.3.2)

Exams: Exam results of an applied statistics course

Description

Data on grades for an applied statistics course at Erasmus University Rotterdam for students who took both the regular exam and the resit. Grades in the Netherlands are on a scale from 1 to 10, with a higher grade being better, and a minimum of 5.5 is required to pass.

Usage

data("Exams")

Arguments

Format

A data frame with 45 observations on the following 2 variables.

Regular

the student's grade based on the regular exam at the end of the course.

Resit

the student's grade based on the resit exam at the end of the academic year.

Examples

Run this code
# NOT RUN {
data("Exams")
summary(Exams)

# }

Run the code above in your browser using DataLab