Measure of influence based on the fact that influential observations in either the response variable or in the predictors or both.

hadi(model)

Arguments

model
an object of class lm

Value

hadi's measure

Examples

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