Adds a confidence interval, and possibly exponentiates, a tidied object.
process_geeglm(ret, x, conf.int = FALSE, conf.level = 0.95,
exponentiate = FALSE)
data frame with a tidied version of a coefficient matrix
a "geeglm" object
whether to include a confidence interval
confidence level of the interval, used only if
conf.int=TRUE
whether to exponentiate the coefficient estimates and confidence intervals (typical for log distributions)