
M2 response + RT + gaze reference specification
Source:R/101-multimodal-m2-reference-0-10.R
multimodal_m2_spec.RdCreates a thin M2 specialization of the established [multimodal_irt_spec()] / `irt_model_spec()` architecture. The measurement likelihood follows Man, Harring, and Zhan (2022): Rasch response, lognormal response time, and negative-binomial gaze-fixation counts. Priors are implemented in Stan using either a regularized profile or a paper-centered profile; the latter is not claimed to reproduce every published hyperprior exactly.
Usage
multimodal_m2_spec(
backend = "cmdstanr",
prior_profile = c("regularized", "paper_centered"),
missingness = "ignorable"
)