Skip to content

Commit

Permalink
bug!: #130 include studies in tidy model summary outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
egouldo committed Aug 29, 2024
1 parent 0f60370 commit 9347d89
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion R/make_viz.R
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ make_viz <- function(data) {
# ---- Define Helper Functions ----

tidy_mod <- function(mod) {
broom::tidy(mod, conf.int = TRUE)
broom::tidy(mod,
conf.int = TRUE,
include_studies = TRUE)
}

viz_funnel_2 <- function(x) {
Expand Down

0 comments on commit 9347d89

Please sign in to comment.