Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Noisy output #125

Open
hannahsfraser opened this issue Aug 29, 2024 · 0 comments
Open

Noisy output #125

hannahsfraser opened this issue Aug 29, 2024 · 0 comments
Assignees

Comments

@hannahsfraser
Copy link
Collaborator

https://github.com/egouldo/ManyEcoEvo/blame/9d5b09b621ad77cb06925a9db1eff0a372340744/vignettes/data_cleaning_preparation.Rmd#L81

this section of code prints a whole lot of unnecessary stuff too

blue_tit_back_transformed <-
blue_tit_predictions %>%
back_transform_response_vars_yi(estimate_type = "yi",
dataset = "blue tit") %>%
ungroup %>%
select(
id_col,
response_variable_name,
contains("transformation"),
augmented_data,
back_transformed_data
) #TODO transformation column seems wrong! but output from convert_predictions() suggests correct transformation occured!
#> ✔ Applied back-transformation for squared effect sizes or out-of-sample predictions.
#> ✔ Applied back-transformation for squared effect sizes or out-of-sample predictions.
#> ✔ Applied back-transformation for squared effect sizes or out-of-sample predictions.
#> ✔ Applied back-transformation for squared effect sizes or out-of-sample predictions.
#> ✔ Applied back-transformation for squared effect sizes or out-of-sample predictions.
#> ✔ Applied back-transformation for squared effect sizes or out-of-sample predictions.
#> ℹ No back-transformation required, identity link used.
#> ℹ No back-transformation required, identity link used.
#> ℹ No back-transformation required, identity link used.
#> ℹ No back-transformation required, identity link used.
#> ℹ No back-transformation required, identity link used.
#> ℹ No back-transformation required, identity link used.
#> ℹ No back-transformation required, identity link used.
#> ℹ No back-transformation required, identity link used.
#> ℹ No back-transformation required, identity link used.
#> ℹ No back-transformation required, identity link used.
#> ℹ No back-transformation required, identity link used.
#> ℹ No back-transformation required, identity link used.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants