sim_mst {dexterMST}R 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


[Package dexterMST version 0.9.6 Index]