View source: R/api-estimation.R
| interaction_effect_table | R Documentation |
interaction_effect_table() returns the fixed-effect interaction block
estimated by fit_mfrm() when facet_interactions is supplied. These are
model-estimated deviations from the additive main-effects MFRM, not the
residual screening statistics returned by estimate_bias().
interaction_effect_table(fit)
fit |
An |
The current release supports two-way interactions between non-person facets,
for example facet_interactions = "Rater:Criterion". Each interaction matrix
is identified by zero marginal sums across both participating facets, so the
interaction estimates are separable from the two main effects. Positive values
indicate higher-than-expected scores for the facet-level combination under the
additive model; negative values indicate lower-than-expected scores.
Use this table for confirmatory model review after specifying the facet pair
of substantive interest. For exploratory screening without adding parameters
to the fitted model, use estimate_bias() or estimate_all_bias().
A tibble with one row per interaction cell. Returns an empty tibble when the fit has no model-estimated facet interactions.
fit_mfrm(), estimate_bias(), compare_mfrm()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.