Skip to content

Commit 7acbe64

Browse files
committed
remove interpretation
1 parent 441b92e commit 7acbe64

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

R/format.R

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -879,10 +879,6 @@ format.parameters_sem <- function(x,
879879
spurious_coefficients <- NULL
880880
}
881881
} else if (.is_valid_exponentiate_argument(exponentiate) && isTRUE(.additional_arguments(x, "log_response", FALSE))) { # nolint
882-
msg <- paste(
883-
"The model has a log-transformed response variable, and exponentiated parameters are reported.",
884-
"A one-unit increase in the predictor is associated with multiplying the outcome by that predictor's coefficient." # nolint
885-
)
886882
# don't show warning about complete separation
887883
spurious_coefficients <- NULL
888884
}

0 commit comments

Comments
 (0)