grades: Grades data

gradesR Documentation

Grades data

Description

A dataset from Field, A. P. (2023). Discovering statistics using R and RStudio (2nd ed.). London: Sage.

Usage

grades

Format

A tibble with 25 rows and 3 variables.

Details

Fictional data about stats grades. As a statistics lecturer I am interested in the factors that determine whether a student will do well on a statistics course. Imagine I took 25 students and looked at their grades for my statistics module at the end of their first year at university: first class, upper second class, lower second class, third class, pass and fail. I also asked these students what grade they got in their high school maths exams. In the UK GCSEs are school exams taken at age 16 that are graded A, B, C, D, E or F (an A grade is the best). The data set has three variables

  • id: Student id

  • stats: Degree classification for a statistics module

  • gcse: GCSE mathematics classification at age 16

Source

www.discovr.rocks/csv/grades.csv


profandyfield/discovr documentation built on Dec. 7, 2024, 4:05 a.m.