mptEM(theta, data, a, b, c, maxit = 1000, tolerance = 1e-8,
stepsize = 1, verbose = FALSE)
mptEM
is automatically called by mpt
.The algorithm applies to MPT models where the probabilities of the i-th branch leading to the j-th category take the form $$p_{ij}(\Theta) = c_{ij} \prod_{s = 1}^S \theta_s^{a_{ijs}} (1 - \theta_s)^{b_{ijs}},$$ where $\Theta$ is the parameter vector.
See Hu and Batchelder (1994) and Hu (1999) for details on the algorithm.
Hu, X. (1999). Multinomial processing tree models: An implementation. Behavior Research Methods, Instruments, & Computers, 31, 689--695.
mpt
.