Simulate multistage testing data
Simulates data from an extended nominal response model according to an mst design
sim_mst(pars, theta, test_design, routing_rules, routing = c("last", "all"))
pars
: item parameters, can be either: a data.frame with columns item_id, item_score, beta or a dexter or dexterMST parameters objecttheta
: vector of person abilitiestest_design
: data.frame with columns item_id, module_idrouting_rules
: output of mst_rules
routing
: 'all' or 'last' routingUseful links