Skip to content

Commit

Permalink
#151 update file for reprex generation, output objects and load pkg w…
Browse files Browse the repository at this point in the history
…ith devtools
  • Loading branch information
egouldo committed Sep 9, 2024
1 parent 730f540 commit 8eb19e6
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion manuscript/manuscript/investigate_back.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
devtools::load_all()
out <- targets::tar_read(ManyEcoEvo_yi) %>%
mutate(
data =
Expand Down Expand Up @@ -146,6 +147,13 @@ back_transformed_sd_sims <-
relocate(contains("sd_log"), .after = starts_with("sd.")) %>%
select(-contains("ci"), -contains("lower"), -contains("upper"))

check_transformations_se

back_transformed_se_sims

check_transformations_sd

back_transformed_sd_sims

# ---- blue tit ---

Expand Down Expand Up @@ -185,4 +193,6 @@ check_transformations_se <-
relocate(contains("mean_log"), .after = starts_with("fit")) %>%
relocate(contains("se_log"), .after = starts_with("se.")) %>%
relocate(contains("sd_log"), .after = starts_with("sd.")) %>%
select(-contains("ci"), -contains("lower"), -contains("upper"))
select(-contains("ci"), -contains("lower"), -contains("upper"))

check_transformations_se

0 comments on commit 8eb19e6

Please sign in to comment.