An S4 class for computerized adaptive tests
An S4 object of class `CAT`.
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.
final.responsesNumeric matrix of the response patterns observed.
runtimeA `difftime` object of the total run time of the function.