| quiet_fit | R Documentation |
Wraps model fitting expressions to suppress routine warnings from mixed-effects
and GLM fitting (e.g., singular fits, convergence messages, separation
warnings) while allowing unexpected warnings through. When verbose = TRUE,
all warnings are displayed.
quiet_fit(expr, verbose = FALSE)
expr |
An unevaluated expression (model fitting call) to execute. |
verbose |
Logical. If |
The result of evaluating expr.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.