This function takes an object that has the appropriate information and plots the standardised effect sizes with associated confidence limits. It also add the non-standardised estimates to the text while applying some helperful metrics for effect size. The goal is to allow regression coefficient estimates to be compared both in magnitude (standardised) and in the absolute values.

make_regression_results_graph(regression_results_data,
  treated_name = params$treated_group_name)

Arguments

regression_results_data

the data from the regression outcomes