Summarize a future arbitrary-facet planning active branch
Source:R/api-simulation-future-branch.R
summary.mfrm_future_branch_active_branch.RdSummarize a future arbitrary-facet planning active branch
Usage
# S3 method for class 'mfrm_future_branch_active_branch'
summary(object, digits = 3, top_n = 8, ...)Details
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.
Examples
if (FALSE) { # \dontrun{
spec <- build_mfrm_sim_spec(
design = list(person = 16, rater = 3, criterion = 2, assignment = 2),
assignment = "rotating"
)
active <- spec$planning_schema$future_branch_active_branch
summary(active)
} # }