An S4 method for multistage adaptive tests.
An S4 object of class `MST`.
function.callThe original function call.
final.theta.estimateNumeric vector of theta estimates calculated by the provided `method`.
eap.thetaNumeric vector of theta estimates calculated by `catR::eapEst`.
final.theta.BakerNumeric vector of theta estimates calculated by the internal `iterative.theta.estimate` function.
final.theta.SEMNumeric vector of SEM estimates calculated by the internal `iterative.theta.estimate` function.
final.items.seenCharacter matrix of the final items seen by each individual.
modules.seenNumeric matrix of the modules seen by each individual.
final.responsesNumeric matrix of the response patterns observed.
transition.matrixNumeric matrix; the transition matrix entered into the function.
n.stagesNumeric; the number of stages specified.
nc.listA list of the number correct scoring logic and method, if applicable. Defaults to `NULL`.
runtimeA `difftime` object of the total run time of the function.