extracts IRT item parameters
Extracts IRT item parameter estimates from an output returned from mirt::mirt()
extract(ipar)
ipar
: output from the mirt::mirt()
function of the mirt
packagesimilar to the coef function in the mirt
package
a data frame containing item parameter estimates in the order of a, cb1, cb2,..., cb(maxCat-1).
Seung W. Choi choi.phd@gmail.com
lordif
, mirt::mirt()
##calib.sparse <- mirt(sparse.matrix,1,itemtype="gpcm") ## Not run: ipar.sparse <- extract(calib.sparse)
Useful links