Learn R Programming

⚠️There's a newer version (0.1.6) of this package.Take me there.

caMST (version 0.1.4)

Mixed Computerized Adaptive Multistage Testing

Description

Provides functions to more easily analyze computerized adaptive tests. Currently, functions for computerized adaptive tests (CAT), computer adaptive multistage tests (CMT), and mixed computer adaptive multistage tests (McaMST) utilizing CAT item-level adaptation for the initial stage and traditional MST module-level adaptation for the subsequent stages have been created, and a variation of Hybrid computer adaptive MST is planned as well. For an in-depth look at CAT and MST, see Weiss & Kingsbury (1984) and Luecht & Nungester (2000) respectively.

Copy Link

Version

Install

install.packages('caMST')

Monthly Downloads

49

Version

0.1.4

License

LGPL (>= 2.0, < 3) | Mozilla Public License

Maintainer

Anthony Raborn

Last Published

May 18th, 2021

Functions in caMST (0.1.4)

caMSTStartup

Create Package Startup Message
cat_items

Example items for the CAT stage of an example adaptive test.
mst_only_items

The matrix of items used in the "multistage_test" example.
example_transition_matrix

Example transition matrix showing how individuals traverse the multistage test.
example_thetas

Theta values used in the examples.
mst_only_matrix

Example "item-to-module" map matrix for the "multistage_test" example.
transition_matrix_plot

Transition Matrix Plot
multistage_test

Computer Adaptive Multistage Test
MST-class

An S4 method for multistage adaptive tests.
caMST

caMST package
mixed_adaptive_test

Mixed Computerized Adaptive Multistage Test
mst_items

Example items for the MST stages of an example adaptive test.
example_module_items

Example "item-to-module" map matrix, showcasing how the items and modules are related.
example_responses

Responses to all of the example items by the five individuals represented in the "example_thetas" data.
computerized_adaptive_test

Computerized Adaptive Test
.onAttach

Package Attach Hook Function
CAT-class

An S4 class for computerized adaptive tests
MAT-class

An S4 method for mixed adaptive tests.