MirtCAT

Wraps the mirtCAT R package.

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

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

The criteria, method, start_item and design 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