Skip to content

Commit

Permalink
close #88 update function call to prepare_response_variables() in t…
Browse files Browse the repository at this point in the history
…argets

- only standardise blue tit yi #88
  • Loading branch information
egouldo committed Aug 14, 2024
1 parent 7837708 commit 1612659
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _targets.R
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,8 @@ list(tarchetypes::tar_file_read(name = euc_reviews,
"constructed",
negate = TRUE)))) %>%
prepare_response_variables(estimate_type = "yi",
param_table = ManyEcoEvo:::analysis_data_param_tables,dataset_standardise = "blue tit") %>%
param_table = ManyEcoEvo:::analysis_data_param_tables,
dataset_standardise = "blue tit") %>%
generate_yi_subsets() %>% #TODO: must be run after prepare_response_variables??
apply_VZ_exclusions(3) %>%
generate_exclusion_subsets() %>% #TODO: runs on ManyEcoEvo that contains Zr and yi results.
Expand Down

0 comments on commit 1612659

Please sign in to comment.