Mirt

Wraps the mirt R package.

RIrtWrappers.MirtModule

This module wraps the mirt R module. See mirt on CRAN.

All fit_* functions return a tuple of the form (item_bank, labels) where

If return_raw is set to true, the functions will return a tuple of the form (item_bank, labels, irt_model) where irt_model is the raw R object.

Any keyword arguments passed to the fit_* functions are directly to the mirt function.

source