initMCAT: Initialise an MCAT object. This is the main test object,...

Description Usage Arguments

Description

Initialise an MCAT object. This is the main test object, defining an MCAT. It includes an itembank, model, estimators and items selection criteria to be used, as well as any constraints and starting/stopping criteria.

Usage

1
2
3
initMCAT(items = genItembank(model = model), model = "3PL", est = "BM",
  itemSelection = "PFI", start = list(type = "random", n = 5),
  stop = list(type = "length", n = 30), constraints = NULL)

Arguments

items

MCAT_items object, see genItembank for a simulated itembank, and initItembank for using an existing itembank. Defaults to a simulated itembank.

model

string, can be either "3PL", "GPCM", "GRM" or "SM". Defaults to "3PL".


Karel-Kroeze/MCAT documentation built on May 8, 2019, 4:50 p.m.