test-class: Class 'test': data cache for simulations

test-classR Documentation

Class 'test': data cache for simulations

Description

test is an S4 class to represent data cache for running simulations. Despite the name, this class does not represent a test and is not related to a test. That is, test length is not stored in this class. This class is only kept for backwards compatibility. The functionality of this class is superseded by simulation_data_cache.

Slots

pool

the item_pool object.

theta

the theta grid to use as quadrature points.

prob

the list containing item response probabilities.

info

the matrix containing item information values.

true_theta

(optional) the true theta values.

data

(optional) the matrix containing item responses.


TestDesign documentation built on Feb. 16, 2023, 7:19 p.m.