Description Usage Arguments Value References Examples
This function imputes for all missing responses using EM imputation (see Finch, 2008) <doi: 10.1111/j.1745-3984.2008.00062.x>. The Amelia package (Honaker et al., 2011 <doi: 10.18637/jss.v045.i07>) is used for the imputation. Integrated scores are then obtained by rounding imputed values to the closest possible response value.
1 |
test.data |
Test data set (a data frame or a matrix) containing missing responses. Missing values are coded as NA or other values (e.g., 8, 9). |
Mvalue |
Missing response indicators in the data (e.g. "NA", "8", "9", etc.). Mvalue="NA" by default. |
max.score |
The max possible response value in the test data. By default max.score=1 (i.e.,binary test data). |
round.decimal |
The number of digits or decimal places for the imputed value. The default value is 0. |
A data frame with all missing responses replaced by integrated imputed values.
Finch, H. (2008). "Estimation of Item Response Theory Parameters in the Presence of Missing Data." Journal of Educational Measurement, 45(3), 225-245. doi: 10.1111/j.1745-3984.2008.00062.x.
Honaker, J., King, G., & Blackwell, M. (2011). "Amelia II: A program for missing data." Journal of statistical software, 45(1), 1-47. doi: 10.18637/jss.v045.i07.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.