From 7acbe64831473819061a6880c0977bdac088b21d Mon Sep 17 00:00:00 2001 From: Daniel Date: Sun, 27 Oct 2024 18:39:05 +0100 Subject: [PATCH] remove interpretation --- R/format.R | 4 ---- 1 file changed, 4 deletions(-) diff --git a/R/format.R b/R/format.R index 099e9ca85..1939fdd5e 100644 --- a/R/format.R +++ b/R/format.R @@ -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 }