cog_cat: Cognitive Testing Using Computerized Adaptive Testing

View source: R/cog_cat.R

cog_catR Documentation

Cognitive Testing Using Computerized Adaptive Testing

Description

This function takes an rda file or list with select objects and returns omega estimates, an information matrix, and the next best list to administer for computerized adaptive testing. Adapting testing using D-optimality (see Segall 2009).

Usage

cog_cat(rda = NULL, obj_fun = NULL, int_par = NULL)

Arguments

rda

A rda file (or list) containing all objects necessary to run mhrm

obj_fun

A function that calculates predictions and log-likelihood values for the selected model (character).

int_par

Intentional parameters. That is, the parameters to optimize precision (scalar).

References

Segall, D. O. (2009). Principles of Multidimensional Adaptive Testing. In W. J. van der Linden & C. A. W. Glas (Eds.), Elements of Adaptive Testing (pp. 57-75). https://doi.org/10.1007/978-0-387-85461-8_3

Examples

rda = ex5
rda$y[which(!rda$condition %in% c(3))] <- NA
cog_cat(rda = rda, obj_fun = dich_response_model, int_par = 1)


mlthom/CogIRT documentation built on Sept. 5, 2024, 8:18 a.m.