Learn R Programming

olsrr (version 0.4.0)

ols_rsdlev_plot: Studentized Residuals vs Leverage Plot

Description

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

Usage

ols_rsdlev_plot(model)

Arguments

model

an object of class lm

Examples

Run this code
# NOT RUN {
model <- lm(read ~ write + math + science, data = hsb)
ols_rsdlev_plot(model)

# }

Run the code above in your browser using DataLab