ols_plot_resid_pot: Potential residual plot

Description Usage Arguments Deprecated Function References See Also Examples

Description

Plot to aid in classifying unusual observations as high-leverage points, outliers, or a combination of both.

Usage

1

Arguments

model

An object of class lm.

Deprecated Function

ols_potrsd_plot() has been deprecated. Instead use ols_plot_resid_pot().

References

Chatterjee, Samprit and Hadi, Ali. Regression Analysis by Example. 5th ed. N.p.: John Wiley & Sons, 2012. Print.

See Also

[ols_plot_hadi()]

Examples

1
2
model <- lm(mpg ~ disp + hp + wt, data = mtcars)
ols_plot_resid_pot(model)

cmlopera/olsrr documentation built on May 26, 2019, 10:34 a.m.