Creates a publication-ready table from ForestSearch bootstrap results, with bias-corrected confidence intervals, informative formatting, and optional subgroup definition footnote.
format_bootstrap_table(
FSsg_tab,
nb_boots,
est.scale = "hr",
boot_success_rate = NULL,
sg_definition = NULL,
title = NULL,
subtitle = NULL
)A gt table object
Data frame or matrix from forestsearch_bootstrap_dofuture()$FSsg_tab
Integer. Number of bootstrap iterations performed
Character. "hr" or "1/hr" for effect scale
Numeric. Proportion of bootstraps that found subgroups
Character. Subgroup definition string to display as footnote (e.g., "{age>=50} & {nodes>=3}"). If NULL, no subgroup footnote is added.
Character. Custom title (optional)
Character. Custom subtitle (optional)