Skip to content

Commit

Permalink
fix print
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Oct 30, 2023
1 parent 25ff890 commit 2215784
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/simulate_residuals.R
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ print.performance_simres <- function(x, ...) {
# DHARMa uses, but with an easystats style. For now we can just stick with
# DHARMa's method.
msg <- paste0(
"Simulated residuals from a model of class `", class(x$fittedModel),
"Simulated residuals from a model of class `", class(x$fittedModel)[1],
"` based on ", x$nSim, " simulations. Use `check_residuals()` to check ",
"uniformity of residuals. It is recommended to refer to `?DHARMa::simulateReisudals`",
" and `vignette(\"DHARMa\")` for more information about different settings",
" in particular situations or for particular models."
" in particular situations or for particular models.\n"
)
cat(insight::format_message(msg))
}

0 comments on commit 2215784

Please sign in to comment.