student_subset_2000 {learningtower}R Documentation

Sample student data available for the years 2000-2018 from the PISA OECD database

Description

A sample student subset dataset containing scores and other information from the triennial testing of 15 year olds around the globe. Original data available from https://www.oecd.org/pisa/data/.

Format

A tibble of the following variables

Examples

library(dplyr)
data(student_subset_2000)
data(student_subset_2003)
dplyr::bind_rows(
student_subset_2000,
student_subset_2003
)

[Package learningtower version 1.0.1 Index]