| summary.ackwards | R Documentation |
Returns a structured summary_ackwards object that, when printed, shows
per-level variance and fit indices, a readable lineage list, and (when
present) pruning annotations. More verbose than print.ackwards(); designed
for inspection and reporting.
## S3 method for class 'ackwards'
summary(object, ...)
object |
An |
... |
Ignored. |
An object of class "summary_ackwards", printed via
print.summary_ackwards().
print.ackwards(), tidy.ackwards(), glance.ackwards()
x <- ackwards(sim16, k_max = 5)
summary(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.