CAT-class: An S4 class for computerized adaptive tests

CAT-classR Documentation

An S4 class for computerized adaptive tests

Description

An S4 class for computerized adaptive tests

Value

An S4 object of class 'CAT'.

Slots

function.call

The original function call.

final.theta.estimate

Numeric vector of theta estimates calculated by the provided 'method'.

eap.theta

Numeric vector of theta estimates calculated by 'catR::eapEst'.

final.theta.Baker

Numeric vector of theta estimates calculated by the internal 'iterative.theta.estimate' function.

final.theta.SEM

Numeric vector of SEM estimates calculated by the internal 'iterative.theta.estimate' function.

final.items.seen

Character matrix of the final items seen by each individual.

final.responses

Numeric matrix of the response patterns observed.

runtime

A 'difftime' object of the total run time of the function.


caMST documentation built on June 25, 2022, 1:06 a.m.

Related to CAT-class in caMST...