Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Mar 19, 2024
1 parent af22e6c commit c6c4687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/check_model.R
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ check_model.default <- function(x,
if (verbose && is.null(assumptions_data$QQ) && residual_type == "simulated") {
insight::format_warning(paste0(
"Cannot simulate residuals for models of class `",
class(model)[1],
class(x)[1],
"`. Please try `check_model(..., residual_type = \"normal\")` instead."
))
}
Expand Down

0 comments on commit c6c4687

Please sign in to comment.