tidy(m2, conf.int = T, conf.level = 0.99) %>%
dplyr::select(term, estimate, starts_with("conf")) %>%
kable()
term | estimate | conf.low | conf.high |
---|---|---|---|
(Intercept) | 3.7350210 | 3.5351075 | 3.9349345 |
beauty | 0.0787286 | 0.0360562 | 0.1214009 |
female | -0.2007897 | -0.3326538 | -0.0689256 |