Skip to content

Commit

Permalink
- docs!: rm redundant arguments from calls to `back_transform_respons…
Browse files Browse the repository at this point in the history
…e_vars_yi()` in vignette and roxygen examples #102 #97
  • Loading branch information
egouldo committed Sep 9, 2024
1 parent d51e3aa commit 6377cd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion R/standardise_response.R
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ process_response <- function(data, ...){
#' ManyEcoEvo_yi %>%
#' filter(dataset == "eucalyptus") %>%
#' pluck("data", 1) %>%
#' back_transform_response_vars_yi("yi", "eucalyptus") %>%
#' back_transform_response_vars_yi() %>%
#' log_transform_response()
#' @export
#' @import dplyr
Expand Down
3 changes: 1 addition & 2 deletions vignettes/data_cleaning_preparation.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,7 @@ blue_tit_predictions <-
# ----- back-transform analyst estimates to original response scale ----
blue_tit_back_transformed <-
blue_tit_predictions %>%
back_transform_response_vars_yi(estimate_type = "yi",
dataset = "blue tit") %>%
back_transform_response_vars_yi() %>%
ungroup %>%
select(
id_col,
Expand Down

0 comments on commit 6377cd7

Please sign in to comment.