extract | R Documentation |
Extracts IRT item parameter estimates from an output returned from mirt::mirt()
extract(ipar)
ipar |
output from the |
similar 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.