| fit_model | R Documentation |
Wraps mirt::mirt() with error and convergence handling.
fit_model(data, model, se = TRUE)
data |
Numeric matrix of response data (may contain NAs). |
model |
Character string: "1PL", "2PL", or "GRM". |
se |
Logical. Compute standard errors? Default |
A list with elements model (fitted mirt object or NULL)
and converged (logical).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.