Skip to content

Missing read scores from Spain 2018 #36

@gorkang

Description

@gorkang

It seems the read data for Spain (ESP) in 2018 is missing. Some missings too for USA 2006 and VNM 2018.

learningtower::load_student(year = c("2000", "2003", "2006", "2009", "2012", "2015", "2018", "2022")) %>% 
  group_by(year, country, NAs = is.na(read)) %>% 
  tally() |> 
  filter(country %in% c("USA", "ESP", "VNM")) |> 
  filter(NAs)
   year country NAs       n
  <int> <fct>   <lgl> <int>
1  2006 USA     TRUE   5611
2  2018 ESP     TRUE  35943
3  2018 VNM     TRUE   5377

Thanks for the package!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions