| facets_fit_df_guide | R Documentation |
facets_fit_df_guide() gives a compact user-facing guide to the degrees of
freedom and ZSTD standardization choices used when comparing mfrmr fit
output with FACETS-style fit tables.
facets_fit_df_guide(include_references = TRUE)
include_references |
If |
The guide separates mean-square size from ZSTD standardization. Infit and outfit MnSq values answer how large the residual noise or predictability signal is. ZSTD values standardize those MnSq values using a degrees-of- freedom convention and a Wilson-Hilferty-style transformation, so ZSTD can differ even when the underlying MnSq values are nearly identical.
Two boundaries sit upstream of any df comparison. First, the residual
basis: method = "MML" fits evaluate residuals at shrunken EAP person
measures, whereas FACETS evaluates them at JMLE estimates, so MnSq values
themselves can differ before any standardization is applied; refit with
method = "JML" when the comparison requires a JMLE-style residual basis.
Second, small df: mfrmr returns NA ZSTD when df < 1 because the
Wilson-Hilferty transformation is numerically unstable there, while
FACETS/Winsteps under WHEXACT can continue with a linear approximation,
so sparse cells can show NA against a finite external value without
indicating a fit difference.
A bundle of class mfrm_facets_fit_df_guide with:
summary: one-row scope summary
formula_guide: formulas and package columns
column_guide: where engine and FACETS-style columns appear
decision_guide: recommended comparison steps
interpretation_guide: how to read common difference patterns
references: optional source-reference rows
settings: guide metadata
diagnose_mfrm(), fit_measures_table(),
facets_fit_review()
facets_fit_df_guide()
facets_fit_df_guide()$decision_guide
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.