Skip to content

Commit

Permalink
#118 rm call to redundant arg in pred_to_Z()
Browse files Browse the repository at this point in the history
  • Loading branch information
egouldo committed Aug 15, 2024
1 parent eedf931 commit 8e5a7cf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions R/standardise_response.R
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,7 @@ standardise_response <- function(dat,
.f = ~ if (all(!rlang::is_na(..1), !rlang::is_na(..2))) {
pred_to_Z(
back_transformed_data = ..1,
params = ..2,
dataset = dataset)
params = ..2)
} else {
NA
}
Expand Down

0 comments on commit 8e5a7cf

Please sign in to comment.