From 284b801045cbb47b532f90bda120009554f46bee Mon Sep 17 00:00:00 2001 From: egouldo Date: Tue, 3 Sep 2024 10:31:34 +1000 Subject: [PATCH] bug: ensure outlier subset creation occurs on all `exclusion_set` values in Zr #144 removed filter for `exclusion_set` == "complete" --- _targets.R | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/_targets.R b/_targets.R index bc8fc92..e3a12f1 100644 --- a/_targets.R +++ b/_targets.R @@ -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",