sim_mst: Simulate multistage testing data

View source: R/simMST.R

sim_mstR Documentation

Simulate multistage testing data

Description

Simulates data from an extended nominal response model according to an mst design

Usage

sim_mst(pars, theta, test_design, routing_rules, routing = c("last", "all"))

Arguments

pars

item parameters, can be either: a data.frame with columns item_id, item_score, beta or a dexter or dexterMST parameters object

theta

vector of person abilities

test_design

data.frame with columns item_id, module_id

routing_rules

output of mst_rules

routing

'all' or 'last' routing


dexterMST documentation built on July 4, 2024, 9:07 a.m.