Build comparison table
make_comparison_table.RdCreates a formatted table comparing parameters from two or more models. Supports multiple output formats: gt (default), flextable, or the intermediate HyperionTable object.
Usage
make_comparison_table(comparison, output = c("gt", "flextable", "data"))Arguments
- comparison
Comparison data frame from
compare_with()- output
Output format: "gt" (default), "flextable", or "data" for the intermediate HyperionTable object.