View source: R/api-reporting-checklist.R
| summary.mfrm_reporting_checklist | R Documentation |
Summarize a reporting-checklist bundle for manuscript work
## S3 method for class 'mfrm_reporting_checklist'
summary(object, top_n = 10, ...)
object |
Output from |
top_n |
Maximum number of draft-action rows shown in the compact action table. |
... |
Reserved for generic compatibility. |
An object of class summary.mfrm_reporting_checklist with:
overview: run-level counts of available and draft-ready items
section_summary: section-level checklist coverage
software_scope: external-software relationship summary
facets_positioning: report-ready FACETS relationship wording
visual_scope: plotting-route and 3D-ready data-handoff summary, including
the main InterpretationCheck caveat for each visual family
priority_summary: counts by priority/severity
action_items: highest-priority rows that still need draft work
settings: checklist settings rendered as a compact table
notes: interpretation notes
reporting_checklist(), summary.mfrm_apa_outputs
toy <- load_mfrmr_data("example_core")
fit <- fit_mfrm(toy, "Person", c("Rater", "Criterion"), "Score",
method = "MML", quad_points = 7, maxit = 30)
diag <- diagnose_mfrm(fit, residual_pca = "both", diagnostic_mode = "both")
chk <- reporting_checklist(fit, diagnostics = diag)
summary(chk)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.