| facet_statistics_report | R Documentation |
Build a facet statistics report (preferred alias)
facet_statistics_report(
fit,
diagnostics = NULL,
metrics = c("Estimate", "Infit", "Outfit", "SE"),
ruler_width = 41,
distribution_basis = c("both", "sample", "population"),
se_mode = c("both", "model", "fit_adjusted")
)
fit |
Output from |
diagnostics |
Optional output from |
metrics |
Numeric columns in |
ruler_width |
Width of the fixed-width ruler used for |
distribution_basis |
Which distribution basis to keep in the appended
precision summary: |
se_mode |
Which standard-error mode to keep in the appended precision
summary: |
summary(out) is supported through summary().
plot(out) is dispatched through plot() for class
mfrm_facet_statistics (type = "means", "sds", "ranges").
A named list with facet-statistics components. Class:
mfrm_facet_statistics.
facet-level means/SD/ranges of selected metrics (Estimate, fit indices, SE).
fixed-width ruler rows (M/S/Q/X) for compact profile scanning.
Run facet_statistics_report(fit).
Inspect summary/ranges for anomalous facets.
Cross-check flagged facets with fit and chi-square diagnostics. The returned bundle now includes:
precision_summary: facet precision/separation indices by
DistributionBasis and SEMode
variability_tests: fixed/random variability tests by facet
se_modes: compact list of available SE modes by facet
diagnose_mfrm(), summary.mfrm_fit(), plot_facets_chisq(),
mfrmr_reports_and_tables
toy <- load_mfrmr_data("example_core")
fit <- fit_mfrm(toy, "Person", c("Rater", "Criterion"), "Score", method = "JML", maxit = 25)
out <- facet_statistics_report(fit)
summary(out)
p_fs <- plot(out, draw = FALSE)
class(p_fs)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.