Learn R Programming

olsrr (version 0.4.0)

ols_hadi: Hadi's Measure

Description

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

Usage

ols_hadi(model)

Arguments

model

an object of class lm

Value

hadi's measure

References

Chatterjee, Samprit and Hadi, Ali. Regression Analysis by Example. 5th ed. N.p.: John Wiley & Sons, 2012. Print.

Examples

Run this code
# NOT RUN {
model <- lm(mpg ~ disp + hp + wt, data = mtcars)
ols_hadi(model)
# }

Run the code above in your browser using DataLab