Skip to content

Commit

Permalink
remove interpretation
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Oct 27, 2024
1 parent 441b92e commit 7acbe64
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions R/format.R
Original file line number Diff line number Diff line change
Expand Up @@ -879,10 +879,6 @@ format.parameters_sem <- function(x,
spurious_coefficients <- NULL
}
} else if (.is_valid_exponentiate_argument(exponentiate) && isTRUE(.additional_arguments(x, "log_response", FALSE))) { # nolint
msg <- paste(
"The model has a log-transformed response variable, and exponentiated parameters are reported.",
"A one-unit increase in the predictor is associated with multiplying the outcome by that predictor's coefficient." # nolint
)
# don't show warning about complete separation
spurious_coefficients <- NULL
}
Expand Down

0 comments on commit 7acbe64

Please sign in to comment.