grades: grades: Students' Math Grades

gradesR Documentation

grades: Students' Math Grades

Description

This data set contains students' math grades during three consecutive periods. The grades are from students in secondary education of two Portuguese schools. Each grade is a score between 0 (worst) to 20 (best).

Usage

grades

Format

A tibble with 395 observations (rows) and 3 variables (columns).

Column name Data type Description Values
[,1] G1 numeric Math grade for 1st year (3 - 19)
[,2] G1 numeric Math grade for 2nd year (0 - 19)
[,3] G3 numeric Math grade for the final year (0 - 20)

Details

The attributes included in the tibble give additional information about the students and the schools.

References

More information about this data can be found here

Examples


# First 10 rows
head(grades)

# Last 10 rows
tail(grades)


thoree/stat340 documentation built on June 30, 2024, 4:04 p.m.