Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

ols_hadi

Hadi's influence 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 of the model.

References

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

See Also

Other influence measures: ols_leverage, ols_pred_rsq, ols_press

Examples

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

olsrr

Tools for Building OLS Regression Models

v0.5.3
MIT + file LICENSE
Authors
Aravind Hebbali [aut, cre]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.