Learn R Programming

caMST (version 0.1.4)

CAT-class: An S4 class for computerized adaptive tests

Description

An S4 class for computerized adaptive tests

Arguments

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.