| diagnostic_interpretation | R Documentation |
Runs four residual diagnostic tests on the best model and prints a plain-language interpretation of each result.
diagnostic_interpretation(best_model, verbose = FALSE)
best_model |
A model result list (the |
verbose |
Logical. If |
A list (returned invisibly) with elements shapiro,
dw, bp, and runs — the raw test objects from
shapiro.test,
dwtest,
bptest, and
runs.test respectively.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.