Model_Check | R Documentation |
This function Plots Model Diagnostics fitted values vs residuals, qqnorm plot, histogram of residuals and Auto Correlation Factor.
Model_Check(Model)
Model |
a model output object. |
Model <- lm(mpg ~ wt + cyl, data = mtcars)
Model_Check(Model)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.