student {learningtower}R Documentation

Processed and Sampled PISA Student Data (2000-2022)

Description

This dataset provides a clean and processed subset of the OECD PISA student data for the years 2000-2022. The original data is sourced from https://www.oecd.org/en/about/programmes/pisa/pisa-data.html and has been prepared for analysis. A sampling of 50 students per country (for OECD countries) has been included for each year. The data curation and sampling process are documented in https://github.com/kevinwang09/learningtower_masonry/blob/master/Code/student_bind_rows.Rmd

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.1.0 Index]