| summary.apa_table | R Documentation |
Summarize an APA/FACETS table object
## S3 method for class 'apa_table'
summary(object, digits = 3, top_n = 8, ...)
object |
Output from |
digits |
Number of digits used for numeric summaries. |
top_n |
Maximum numeric columns shown in |
... |
Reserved for generic compatibility. |
Compact summary helper for QA of table payloads before manuscript export.
An object of class summary.apa_table.
overview: table size/composition and missingness.
numeric_profile: quick distribution summary of numeric columns.
caption/note: text metadata readiness.
Build table with apa_table().
Run summary(tbl) and inspect overview.
Use plot.apa_table() for quick numeric checks if needed.
apa_table(), plot()
toy <- load_mfrmr_data("example_core")
fit <- fit_mfrm(toy, "Person", c("Rater", "Criterion"), "Score", method = "JML", maxit = 25)
tbl <- apa_table(fit, which = "summary")
summary(tbl)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.