Plot to detect non-linearity, unequal error variances, and outliers.

rvsp_plot(model)

Arguments

model
an object of class lm

Examples

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