Skip to content

Commit 9a8a204

Browse files
committed
minor
1 parent 05315e8 commit 9a8a204

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/format.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -879,7 +879,7 @@ 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 <- c(
882+
msg <- paste(
883883
"The model has a log-transformed response variable, and exponentiated parameters are reported.",
884884
"A one-unit increase in the predictor is associated with multiplying the outcome by that predictor's coefficient." # nolint
885885
)

0 commit comments

Comments
 (0)