Skip to content

Commit

Permalink
Merge pull request #136 from nestanyol/patch-2
Browse files Browse the repository at this point in the history
Update stats-analyses-multiple.qmd
  • Loading branch information
lwjohnst86 authored Nov 10, 2023
2 parents 3ddac7f + ac6005d commit 4f44744
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions sessions/stats-analyses-multiple.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -394,9 +394,7 @@ calculate_estimates <- function(data) {
#'
calculate_estimates <- function(data) {
data %>%
column_values_to_snake_case(metabolite) %>%
dplyr::group_split(metabolite) %>%
purrr::map(metabolites_to_wider) %>%
split_by_metabolite() %>%
purrr::map(generate_model_results) %>%
purrr::list_rbind() %>%
dplyr::filter(stringr::str_detect(term, "metabolite_")) %>%
Expand Down

0 comments on commit 4f44744

Please sign in to comment.