A tibble with formatted columns suitable for reporting.
Arguments
results
A tibble from tidy_pool_obj() or combine_results().
digits
Integer specifying the number of decimal places for estimates.
Default is 2.
ci_format
Character string specifying CI format. Options are:
"parens" for "(LCI, UCI)", "brackets" for "\[LCI, UCI\]", or "dash" for
"LCI - UCI". Default is "parens".
pval_digits
Integer specifying decimal places for p-values. Default is 3.
include_se
Logical indicating whether to include standard error column.
Default is FALSE.