From 481744daf93d0e8f00824dd9d382607cfdf6327e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul-Christian=20B=C3=BCrkner?= Date: Tue, 1 Oct 2024 12:52:40 +0200 Subject: [PATCH] improve summary info text --- R/summary.R | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/R/summary.R b/R/summary.R index fe40248a1..707a8eac8 100644 --- a/R/summary.R +++ b/R/summary.R @@ -335,8 +335,8 @@ print.brmssummary <- function(x, digits = 2, ...) { )) } else { cat(paste0( - "Standard Rhat and ESS estimates\n", - "should not be trusted for brm_multiple models and are hence not displayed.\n", + "Overall Rhat and ESS estimates\n", + "are not informative for brm_multiple models and are hence not displayed.\n", "Please see ?brm_multiple for how to assess convergence of such models." )) }