Description Usage Arguments Details Value Author(s) References See Also Examples
Returns a single or multiple completed data sets using two-way imputation with normally distributed errors.
1 |
X |
matrix or data frame of integer data
containing the score of |
nCompletedDataSets |
Number of completed data sets. |
minX |
Minimum item score. By default, the minimum item score is the lowest score found in the data. |
maxX |
Maximum item score. By default, the maximum item score is the highest score found in the data. |
seed |
Seed for random sampling. If |
For single imputation (nCompletedDataSets == 1
, default) the function returns an object of the same class as X
,
for multiple imputation (nCompletedDataSets > 1
) the function returns a list.
References for two-way imputation include Bernaards and Sijtsma (2000), Sijtsma and Van der Ark (2003),
and Van Ginkel, Van der Ark, and Sijtsma (2007).
The result is X
for which the missing values have been replaced by imputed values. For multiple
imputations, the result is a list of matrices/data frames. For single
imputations, the result is a matrix/data frame.
L. A. van der Ark L.A.vanderArk@uva.nl
Bernaards, C. A. and Sijtsma, K. (2000). Influence of simple imputation and EM methods on factor analysis when item nonresponse in questionnaire data is nonignorable Multivariate Behavioral Research, 35, 321-364.
Sijtsma, K. and Van der Ark, L. A. (2003). Investigation and treatment of missing item scores in test and questionnaire data. Multivariate Behavioral Research, 38, 505-528.
Van Ginkel, J. R., Van dec Ark, L. A., and Sijtsma, K. (2007). Multiple imputation of item scores in test and questionnaire data, and influence on psychometric results. Multivariate Behavioral Research, 42, 387-414.
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.