MAT-class: An S4 method for mixed adaptive tests.

MAT-classR Documentation

An S4 method for mixed adaptive tests.

Description

An S4 method for mixed adaptive tests.

Value

An S4 object of class 'MAT'.

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.

modules.seen

Numeric matrix of the modules seen by each individual.

final.responses

Numeric matrix of the response patterns observed.

transition.matrix

Numeric matrix; the transition matrix entered into the function.

n.stages

Numeric; the number of stages specified.

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 MAT-class in caMST...