Skip to content

Commit

Permalink
Update R/box_cox_transform.R
Browse files Browse the repository at this point in the history
  • Loading branch information
egouldo authored Aug 28, 2024
1 parent d43a5e1 commit 2a4b01d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/box_cox_transform.R
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ box_cox_transform <- function(data, dataset, outcome_SE_colname) {
folded_v_val = 2) %>%
mutate(
box_cox_var = variance_box_cox(folded_mu_val,
folded_v_val,
folded_v_val,
lambda[[1]]),
lambda = lambda[[1]]
)
Expand Down

0 comments on commit 2a4b01d

Please sign in to comment.