Skip to contents

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)
#> # A tibble: 2 × 2
#>   CNT           n
#>   <fct>     <int>
#> 1 Indonesia 12098
#> 2 Australia 14273