Skip to content

Commit

Permalink
#40 need to group_by collinearity subset so blue tit `effects_analysi…
Browse files Browse the repository at this point in the history
…s` data is lumped together.
  • Loading branch information
egouldo committed Jul 29, 2024
1 parent 1bc6fb5 commit dc13254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/meta_analyse_datasets.R
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ meta_analyse_datasets <- function(MA_data){
# Must group by cols else multiple "effects_analysis" elements
# get passed to fit_MA_mv()
MA_data <- MA_data %>%
group_by(estimate_type, dataset, exclusion_set, publishable_subset, expertise_subset)
group_by(estimate_type, dataset, exclusion_set, publishable_subset, expertise_subset, collinearity_subset)
} else {
MA_data <- MA_data %>%
group_by(estimate_type, dataset, exclusion_set)
Expand Down

0 comments on commit dc13254

Please sign in to comment.