Skip to content

Commit

Permalink
Logistic models: Be less verbose by default + be less scary for users…
Browse files Browse the repository at this point in the history
… with less red

Fixes #1034
  • Loading branch information
strengejacke committed Oct 27, 2024
1 parent 034f5df commit 1b8ea08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/format.R
Original file line number Diff line number Diff line change
Expand Up @@ -853,7 +853,7 @@ format.parameters_sem <- function(x,
msg <- paste(msg, "Uncertainty intervals for random effect variances computed using a Wald z-distribution approximation.") # nolint
}

insight::format_alert(msg)
insight::format_alert(insight::color_text(msg, "yellow"))
}
}
}
Expand Down

0 comments on commit 1b8ea08

Please sign in to comment.