summary.mfrm_anchor_review: Summarize an anchor-review object

View source: R/api-estimation.R

summary.mfrm_anchor_reviewR Documentation

Summarize an anchor-review object

Description

Summarize an anchor-review object

Usage

## S3 method for class 'mfrm_anchor_review'
summary(object, digits = 3, top_n = 10, ...)

Arguments

object

Output from review_mfrm_anchors().

digits

Number of digits for numeric rounding.

top_n

Maximum rows shown in issue previews.

...

Reserved for generic compatibility.

Details

This summary provides a compact pre-estimation review of anchor and group-anchor specifications.

Value

An object of class summary.mfrm_anchor_review.

Interpreting output

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.

Typical workflow

  1. Run review_mfrm_anchors() with intended anchors/group anchors.

  2. Review summary(review) and recommendations.

  3. Revise anchor tables, then call fit_mfrm().

See Also

review_mfrm_anchors(), fit_mfrm()

Examples

toy <- load_mfrmr_data("example_core")
review <- review_mfrm_anchors(toy, "Person", c("Rater", "Criterion"), "Score")
summary(review)

mfrmr documentation built on June 13, 2026, 1:07 a.m.