Description Usage Arguments Deprecated Function See Also Examples
Graph for detecting violation of normality assumption.
| 1 | ols_plot_resid_qq(model)
 | 
| model | An object of class  | 
ols_rsd_qqplot() has been deprecated. Instead use ols_plot_resid_qq().
Other residual diagnostics: ols_plot_resid_box,
ols_plot_resid_fit,
ols_plot_resid_hist,
ols_test_correlation,
ols_test_normality
| 1 2 | model <- lm(mpg ~ disp + hp + wt, data = mtcars)
ols_plot_resid_qq(model)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.