View source: R/api-simulation-future-branch.R
| summary.mfrm_future_branch_active_branch | R Documentation |
Summarize a future arbitrary-facet planning active branch
## S3 method for class 'mfrm_future_branch_active_branch'
summary(object, digits = 3, top_n = 8, ...)
object |
Output from the future-branch active planning scaffold stored
in |
digits |
Number of digits used in numeric summaries. |
top_n |
Maximum number of recommendation rows to print in the preview. |
... |
Reserved for generic compatibility. |
This summary is intentionally conservative. It aggregates only deterministic
branch-side quantities already validated in the schema-first arbitrary-facet
planning scaffold: observation bookkeeping, load/balance, coverage,
guardrails, structural readiness, and conservative recommendation ranking.
It also exposes the same manuscript-facing table/appendix metadata used by
build_summary_table_bundle() so the future branch can be reviewed directly
without first routing through planning summaries. In addition to bundle-level
appendix presets and section counts, it includes export-like appendix
selection summaries by preset, reporting role, manuscript section,
bundle-aware handoff summaries, preset-specific table surface, and a
table-level handoff crosswalk, plus direct role_summary / table_profile
surfaces for table-shape review.
It does not report psychometric recovery or Monte Carlo performance.
An object of class summary.mfrm_future_branch_active_branch.
summary.mfrm_design_evaluation(), plot.mfrm_future_branch_active_branch()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.