grades | R Documentation |
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).
grades
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) |
The attributes included in the tibble give additional information about the students and the schools.
More information about this data can be found here
# First 10 rows
head(grades)
# Last 10 rows
tail(grades)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.