Deleted Studentized Residual vs Fitted Values Plot

dsrvsp_plot(model)

Arguments

model
an object of class lm

Examples

model <- lm(mpg ~ disp + hp + wt + qsec, data = mtcars) dsrvsp_plot(model)