Skip to content

Commit

Permalink
bug: ensure outlier subset creation occurs on all exclusion_set val…
Browse files Browse the repository at this point in the history
…ues in Zr #144

removed filter for `exclusion_set` == "complete"
  • Loading branch information
egouldo committed Sep 3, 2024
1 parent 9f3fa28 commit 284b801
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions _targets.R
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,7 @@ list(tarchetypes::tar_file_read(name = euc_reviews,
rlang::exprs(
collinearity_subset != "collinearity_removed",
expertise_subset != "expert",
publishable_subset == "All",
exclusion_set == "complete")) |>
publishable_subset == "All")) |>
compute_MA_inputs(estimate_type = "Zr") |>
meta_analyse_datasets(
outcome_variable = "Zr",
Expand Down

0 comments on commit 284b801

Please sign in to comment.