Q-Matrix Validation (Q-Matrix Modification) for Mixed DINA/DINO Model
Q-Matrix Validation (Q-Matrix Modification) for Mixed DINA/DINO Model
Q-matrix entries can be modified by the Q-matrix validation method of de la Torre (2008). After estimating a mixed DINA/DINO model using the din function, item parameters and the item discrimination parameters IDIj are recalculated. Q-matrix rows are determined by maximizing the estimated item discrimination index IDIj=1−sj−gj.
IDI_diff: Minimum difference in IDI values for choosing a new Q-matrix vector
print: An optional logical indicating whether the function should print the progress of iteration in the estimation process.
Returns
A list with following entries: - coef.modified: Estimated parameters by applying Q-matrix modifications
coef.modified.short: A shortened matrix of coef.modified. Only Q-matrix rows which increase the IDI are displayed.
q.matrix.prop: The proposed Q-matrix by Q-matrix validation.
References
Chiu, C. Y. (2013). Statistical refinement of the Q-matrix in cognitive diagnosis. Applied Psychological Measurement, 37, 598-618.
de la Torre, J. (2008). An empirically based method of Q-matrix validation for the DINA model: Development and applications. Journal of Educational Measurement, 45, 343-362.
See Also
The mixed DINA/DINO model can be estimated with din.
See Chiu (2013) for an alternative estimation approach based on residual sum of squares which is implemented NPCD::Qrefine function in the NPCD package.
See the GDINA::Qval function in the GDINA package for extended functionality.