Learn R Programming

lordif (version 0.3-3)

extract: extracts IRT item parameters

Description

Extracts IRT item parameter estimates from an output returned from mirt

Usage

extract(ipar)

Value

a data frame containing item parameter estimates in the order of a, cb1, cb2,..., cb(maxCat-1).

Arguments

ipar

output from the mirt function of the mirt package

Author

Seung W. Choi <choi.phd@gmail.com>

Details

similar to the coef function in the mirt package

See Also

lordif, mirt

Examples

Run this code
##calib.sparse <- mirt(sparse.matrix,1,itemtype="gpcm") 
if (FALSE) ipar.sparse <- extract(calib.sparse)

Run the code above in your browser using DataLab