Graph for detecting outliers and/or observations with high leverage.

ols_rsdlev_plot(model)

Arguments

model

An object of class lm.

See also

[ols_dsrvsp_plot()], [ols_rsdlev_plot()]

Examples

model <- lm(read ~ write + math + science, data = hsb) ols_rsdlev_plot(model)