Skip to content
Manuel Reif edited this page Mar 7, 2014 · 10 revisions

A short introduction

The svyPVpack was developed while working with data from the PIAAC project. More than 20 countries participated in this international large scale assessment (ILSA), which examined 16-65 year old adults. These countries provided hundreds of variables from the background questionnaire as well as measures of the three cognitive domains: Literacy, Numeracy and Problem Solving in Technology Rich Environments. The international scaling procedure was conducted using Item Response Theory (IRT) models and a population model (combining IRT and regression models) to obtain ability measures for each person. The resulting variables, called plausible values, are not point estimates but random draws from the posterior distribution (resulting from the population model) of each person. For each examinee there are 10 plausible values available which depict the uncertainty of their ability estimate. The svyPVpack makes it easy to correctly estimate group statistics (e.g. the mean of the female examinees in Austria) and their standard-errors (SE). It can be used in any situation where plausible values are provided (e.g. PISA etc.). To get more information about IRT, Plausible values or R see:

Further reading

OECD (2013). Technical Report of the Survey of Adult Skills (PIAAC). Retrieved from: http://www.oecd.org/site/piaac/All%20PIACC%20Technical%20Report%20final.pdf

von Davier, M., Gonzalez, E., & Mislevy, R. (2009) What are plausible values and why are they useful? In M. von Davier and D. Hastedt (Eds.), IERI monograph series: Issues and methodologies in large scale assessments (vol. 2). IEA-ETS Research Institute.

Chambers, John M. (2008). Software for data analysis programming with R. Berlin: Springer. ISBN 0-387-75935-2.

Examples

After this short introduction it's time for some real data and some exciting computations with R. Therefore I suggest working through the tutorials mentioned below.

Tutorial 1

Tutorial 2

Graphic Example

Clone this wiki locally