MirtCAT

Wraps the mirtCAT R package.

ComputerAdaptiveTestingExt.MirtCAT.make_mirtcatFunction
make_mirtcat(
    mirt_params;
    criteria,
    method,
    start_item,
    design,
    quadpts,
    theta_range
)

Makes an MirtCatDesign object from the given mirt_params which can be any supported implementation for FittedItemBanks.AbstractItemBank or a raw R object supported by mirtCAT's mo argument.

The criteria, method, start_item, design, quadpts and theta_range arguments will be passed directly to R mirtCAT function.

The return value is tuple of the MirtCatDesign object, and the raw R object passed as the mo argument for the item bank.

source