Skip to content

Commit

Permalink
improve summary info text
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-buerkner committed Oct 1, 2024
1 parent d978f47 commit 481744d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/summary.R
Original file line number Diff line number Diff line change
Expand Up @@ -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."
))
}
Expand Down

0 comments on commit 481744d

Please sign in to comment.