Description Usage Arguments Value Examples
regDiag is for screening of outliers and influential cases.
1 | regDiag(model)
|
model |
lm or glm model |
Outlier : leverage, Studentized deleted residual (SDR)
Influential case : DFFits, DFBetas, cook's distance (cook.d)
also noted that we use dfbetas (scaled/standardized) NOT dfbeta function
TRUE : outlier and influential case present,
FALSE : no outlier and influential case
Cut-off values:
leverage > 0.2
SDR >= 3 or <= -3
DFFits > 1
DFBetas > 1
cook.d > 0.5
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.