Skip to contents

Create gt table of MMRR results

Usage

mmrr_table(mmrr_results, digits = 2, summary_stats = TRUE)

Arguments

mmrr_results

results from MMRR

digits

the number of decimal places to round to

summary_stats

whether to add summary statistics (R-squared, F-statistic, F p-value) to bottom of table (defaults to TRUE)

Value

an object of class gt_tbl

See also

Other MMRR functions: MMRR(), mmrr_df(), mmrr_do_everything(), mmrr_plot(), mmrr_run(), mmrr_var_sel(), unfold()