Skip to contents

Creates 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.

Value

A gt table, flextable, or HyperionTable object depending on output