sim_mst function

Simulate multistage testing data

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"))

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