extract {lordif}R Documentation

extracts item parameters

Description

extracts IRT item parameter estimates from an output returned from ltm:grm

Usage

extract(ipar)

Arguments

ipar output from the grm function in the ltm package

Details

similar to the coef function in the ltm package

Value

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

Author(s)

Seung W. Choi <s-choi@northwestern.edu>

See Also

lordif

Examples

##calib.sparse <- grm(sparse.matrix,constrained=FALSE,IRT.param=TRUE) 
## Not run: ipar.sparse <- extract(calib.sparse)

[Package lordif version 0.1-4 Index]