summary.mfrm_person_fit_indices: Summarize person-fit indices

View source: R/api-person-fit.R

summary.mfrm_person_fit_indicesR Documentation

Summarize person-fit indices

Description

summary() for compute_person_fit_indices() output gives a compact, report-ready reading order: first the number of persons and flags, then status counts, then the highest-priority review rows. The summary keeps lz_star availability visible so users do not silently treat uncorrected lz as Snijders-corrected output.

Usage

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

Arguments

object

Output from compute_person_fit_indices().

digits

Number of digits used when printing numeric columns.

top_n

Number of review rows retained in top_review.

...

Unused.

Value

An object of class summary.mfrm_person_fit_indices with:

  • overview

  • status_summary

  • report_index_summary

  • lz_star_status_summary

  • top_review

  • caveats

  • thresholds

  • reporting_map

  • notes


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