View source: R/ols-influence-measures.R
ols_hadi | R Documentation |
Measure of influence based on the fact that influential observations in either the response variable or in the predictors or both.
ols_hadi(model)
model |
An object of class |
Hadi's measure of the model.
Chatterjee, Samprit and Hadi, Ali. Regression Analysis by Example. 5th ed. N.p.: John Wiley & Sons, 2012. Print.
Other influence measures:
ols_leverage()
,
ols_pred_rsq()
,
ols_press()
model <- lm(mpg ~ disp + hp + wt, data = mtcars)
ols_hadi(model)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.