View source: R/api-estimation.R
| summary.mfrm_anchor_audit | R Documentation |
Summarize an anchor-audit object
## S3 method for class 'mfrm_anchor_audit'
summary(object, digits = 3, top_n = 10, ...)
object |
Output from |
digits |
Number of digits for numeric rounding. |
top_n |
Maximum rows shown in issue previews. |
... |
Reserved for generic compatibility. |
This summary provides a compact pre-estimation audit of anchor and group-anchor specifications.
An object of class summary.mfrm_anchor_audit.
Recommended order:
issue_counts: primary triage table (non-zero issues first).
facet_summary: anchored/grouped/free-level balance by facet.
level_observation_summary and category_counts: sparse-cell diagnostics.
recommendations: concrete remediation suggestions.
If issue_counts is non-empty, treat anchor constraints as provisional and
resolve issues before final estimation.
Run audit_mfrm_anchors() with intended anchors/group anchors.
Review summary(aud) and recommendations.
Revise anchor tables, then call fit_mfrm().
audit_mfrm_anchors(), fit_mfrm()
toy <- load_mfrmr_data("example_core")
aud <- audit_mfrm_anchors(toy, "Person", c("Rater", "Criterion"), "Score")
summary(aud)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.