Skip to contents

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, include_person = FALSE, ...)

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.

include_person

If TRUE, print person identifiers in the review preview. The default retains the rows in the returned object but suppresses identifiers from console output.

...

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