Skip to content

Commit

Permalink
Merge pull request #138 from egouldo/136-complete-rm_outliers
Browse files Browse the repository at this point in the history
Generate outlier subsets on `exclusion_set == complete`
  • Loading branch information
egouldo authored Sep 1, 2024
2 parents 92778de + af907e5 commit 557ed87
Show file tree
Hide file tree
Showing 8 changed files with 653 additions and 649 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: ManyEcoEvo
Title: Meta-analyse data from 'Many-Analysts' style studies
Version: 2.7.2
Version: 2.7.3
Authors@R: c(
person("Elliot", "Gould", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "https://orcid.org/0000-0002-6585-538X")),
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# ManyEcoEvo 2.7.3

- Fix #136 generate `Zr` outlier subsets on `exclusion_set == "complete"`, not on `exclusion_set == "partial"`

# ManyEcoEvo 2.7.2

<!-- NEWS.md is maintained by https://cynkra.github.io/fledge, do not edit -->
Expand Down
2 changes: 1 addition & 1 deletion _targets.R
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ list(tarchetypes::tar_file_read(name = euc_reviews,
collinearity_subset != "collinearity_removed",
expertise_subset != "expert",
publishable_subset == "All",
exclusion_set != "complete")) |>
exclusion_set == "complete")) |>
compute_MA_inputs(estimate_type = "Zr") |>
meta_analyse_datasets(
outcome_variable = "Zr",
Expand Down
1,294 changes: 647 additions & 647 deletions _targets/meta/meta

Large diffs are not rendered by default.

Binary file modified data/ManyEcoEvo_results.rda
Binary file not shown.
Binary file modified data/ManyEcoEvo_viz.rda
Binary file not shown.
Binary file modified data/ManyEcoEvo_yi_results.rda
Binary file not shown.
Binary file modified data/ManyEcoEvo_yi_viz.rda
Binary file not shown.

0 comments on commit 557ed87

Please sign in to comment.