
Cross-classified process IRT reference model
Source:R/051-advanced-process-irt-0-7.R
fit_crossclassified_process_irt.RdTreats the process outcome as repeated evidence crossed by person and item, with optional contextual grouping factors. This is useful when process events themselves, not only item summaries, are the observations.
Usage
fit_crossclassified_process_irt(
data,
outcome,
person = "participant_id",
item = "item_id",
context = NULL,
family = c("gaussian", "binomial", "poisson", "negative_binomial"),
fixed = NULL
)