We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 441b92e commit 7acbe64Copy full SHA for 7acbe64
R/format.R
@@ -879,10 +879,6 @@ format.parameters_sem <- function(x,
879
spurious_coefficients <- NULL
880
}
881
} 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
- )
886
# don't show warning about complete separation
887
888
0 commit comments