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 05315e8 commit 9a8a204Copy full SHA for 9a8a204
R/format.R
@@ -879,7 +879,7 @@ 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 <- c(
+ 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
)
0 commit comments