powered by
Plot to aid in classifying unusual observations as high-leverage points, outliers, or a combination of both.
ols_plot_resid_pot(model, print_plot = TRUE)
An object of class lm.
lm
logical; if TRUE, prints the plot else returns a plot object.
TRUE
ols_potrsd_plot() has been deprecated. Instead use ols_plot_resid_pot().
ols_potrsd_plot()
ols_plot_resid_pot()
Chatterjee, Samprit and Hadi, Ali. Regression Analysis by Example. 5th ed. N.p.: John Wiley & Sons, 2012. Print.
[ols_plot_hadi()]
model <- lm(mpg ~ disp + hp + wt, data = mtcars) ols_plot_resid_pot(model)
Run the code above in your browser using DataLab