Skip to content

Commit

Permalink
#118 #102 export log_transform_response()
Browse files Browse the repository at this point in the history
  • Loading branch information
egouldo committed Aug 23, 2024
1 parent f2a4ff9 commit d409381
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ export(identity_back)
export(inverse_back)
export(log_back)
export(log_transform)
export(log_transform_response)
export(log_transform_yi)
export(logit_back)
export(make_param_table)
Expand Down
1 change: 1 addition & 0 deletions R/standardise_response.R
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ process_response <- function(data, ...){
#' pluck("data", 1) %>%
#' back_transform_response_vars_yi("yi", "eucalyptus") %>%
#' log_transform_response()
#' @export
#' @import dplyr
#' @import cli
#' @import glue
Expand Down

0 comments on commit d409381

Please sign in to comment.