pisa {mulgar} | R Documentation |
PISA scores
Description
This is data from the 2018 testing, available from https://webfs.oecd.org/pisa2018/SPSS_STU_QQQ.zip. A subset of the data containing only Australia and Indonesia, and the simulated scores for math, reading and science.
Format
A data set with 26371 rows and 31 columns
Details
- CNT
Country (Australia, Indonesia)
- PV1MATH-PV10SCIE
simulated scores for math, reading and science
Examples
require(dplyr)
data(pisa)
pisa %>% count(CNT)
[Package mulgar version 1.0.2 Index]