| summary.mfrm_apa_outputs | R Documentation |
Summarize APA report-output bundles
## S3 method for class 'mfrm_apa_outputs'
summary(object, top_n = 3, preview_chars = 160, ...)
object |
Output from |
top_n |
Maximum non-empty lines shown in each component preview. |
preview_chars |
Maximum characters shown in each preview cell. |
... |
Reserved for generic compatibility. |
This summary is a diagnostics layer for APA text products, not a replacement for the full narrative.
It reports component completeness, line/character volume, and a compact preview for quick QA before manuscript insertion.
An object of class summary.mfrm_apa_outputs.
overview: total coverage across standard text components.
components: per-component density and mention checks
(including residual-PCA mentions).
sections: package-native section coverage table.
content_checks: contract-based alignment checks for APA drafting readiness.
overview$DraftContractPass: the primary contract-completeness flag for
draft text components.
overview$ReadyForAPA: a backward-compatible alias of that contract flag,
not a certification of inferential adequacy.
preview: first non-empty lines for fast visual review.
Build outputs via build_apa_outputs().
Run summary(apa) to screen for empty/short components.
Use apa$report_text, apa$table_figure_notes,
and apa$table_figure_captions as draft components for final-text review.
build_apa_outputs(), summary()
toy <- load_mfrmr_data("example_core")
fit <- fit_mfrm(toy, "Person", c("Rater", "Criterion"), "Score", method = "JML", maxit = 25)
diag <- diagnose_mfrm(fit, residual_pca = "both")
apa <- build_apa_outputs(fit, diag)
summary(apa)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.