Skip to content

Commit

Permalink
Hide effect column, and rename group column to random effects in mode…
Browse files Browse the repository at this point in the history
…l param reporting
  • Loading branch information
egouldo committed Sep 4, 2024
1 parent c24d0c8 commit f73658f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion supp_mat/SM3_ExplainingDeviation.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -1296,7 +1296,9 @@ multivar_mods %>%
gt::text_transform(fn = function(x) str_replace(x, "ReviewerId", "Reviewer ID")) %>%
gt::text_transform(fn = function(x) map(x, gt::md),
locations = gt::cells_row_groups()) %>%
gt::sub_missing(missing_text = "")
gt::sub_missing(missing_text = "") %>%
gt::cols_hide(Effects) %>%
gt::cols_label(Group = "Random Effect")
multivar_mod_tidy <- multivar_mods %>%
pull(model, name = "dataset") %>%
Expand Down

0 comments on commit f73658f

Please sign in to comment.