Skip to content

Commit

Permalink
build!: do not run outlier exclusion on yi results #130
Browse files Browse the repository at this point in the history
was originally only included to generate hard-coded columns, now no longer needed with #121 / #130 updates, and was never planned: <https://egouldo.github.io/ManyAnalysts/#out-of-sample-predictions-y_i-2>
  • Loading branch information
egouldo committed Aug 29, 2024
1 parent 32dc3f4 commit 9555be9
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions _targets.R
Original file line number Diff line number Diff line change
Expand Up @@ -275,14 +275,6 @@ list(tarchetypes::tar_file_read(name = euc_reviews,
VZ_colname = list("eucalyptus" = "se_log",
"blue tit" = "VZ"),
VZ_cutoff = 3) %>%
generate_outlier_subsets(
outcome_variable =
list(dataset =
list("eucalyptus" = "mean_log",
"blue tit" = "Z")),
n_min = -3,
n_max = -3,
ignore_subsets = NULL) %>%
compute_MA_inputs() %>%
meta_analyse_datasets(
outcome_variable =
Expand Down

0 comments on commit 9555be9

Please sign in to comment.