This helper takes the output from a twoxtwo effect measure function and formats the point estimate and lower/upper bounds of the computed confidence interval (CI) as a string.
format_measure(.data, digits = 3)Output from a twoxtwo effect measure function (e.g. odds_ratio)
Number of digits; default is 3
A character vector of length 1 with the effect measure formatted as point estimate (lower bound of CI, upper bound of CI). The point estimate and CI are rounded to precision specified in "digits" argument.