Site icon R-bloggers

analyze the progress in international reading literacy study (pirls) with r

[This article was first published on asdfree by anthony damico, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
an uncharted world of international reading comprehension information, the progress in international reading literacy study (pirls) would make any ets executive blush. testing the educational chops of more than 300,000 students from nearly fifty countries, this survey will tell the enterprising statistician (that’s you) everything one could possibly want to know about higher-order reading skills across borders.  created in amsterdam by the international association for the evaluation of educational achievement (iea) and administered in boston by boston college (bc) alongside its mad scientist big sister timss, this microdata has everything you could possibly want to know about the learning and retention of fourth graders in reading class.  this new github repository contains three scripts:

download import and design.R

analysis examples.R

replication.R


click here to view these three scripts


for more detail about the progress in international reading literacy study (pirls), visit:


notes:

before analyzing your first record of microdata, confirm you don’t actually want to invest your energies on the programme for international student assessment (pisa).

r users have published this toolkit specifically for timss, pirls, pisa, and piaac, but i am skeptical that learning a framework separate from the survey package is worth your time if you ever wish to analyze surveys other than this narrow set of four.  these surveys each have plausible value variables which are computationally equivalent to any other multiply-imputed item.  since the survey package smartly collaborates with mitools, just use the system that you already know and be done with it.  but if you don’t know either survey or intsvy, decide based on this:  intsvy works on four data sets, the survey package works on all of the microdata listed here, notably including those intsvy four.  my example syntax uses the more broadly applicable set of tools, but that doesn’t mean there isn’t anything to learn from sniffing around the intsvy documentation.


confidential to sas, spss, stata, and sudaan users: do the sewer rodentia in your neighborhood wear rolexes and monocles now?  time to stop flushing money down the toilet.  time to transition to r.  😀

To leave a comment for the author, please follow the link and comment on their blog: asdfree by anthony damico.

R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.