When plotinf=TRUE
, the function plots the (1) externally standardized residuals, (2) DFFITS values, (3) Cook's distances, (4) covariance ratios, (5) leave-one-out ^2 estimates, (6) leave-one-out (residual) heterogeneity test statistics, (7) hat values, and (8) weights. If plotdfbs=TRUE
, the DFBETAS values are also plotted either after confirming the page change (if dfbsnew=FALSE
) or on a separate device (if dfbsnew=TRUE
).
A case (which is typically synonymous with study) may be considered to be ‘influential’ if at least one of the following is true:
The absolute DFFITS value is larger than 3 p/(k-p)3*(p/(k-p)), where p is the number of model coefficients and k the number of cases.
The lower tail area of a chi-square distribution with p degrees of freedom cut off by the Cook's distance is larger than 50%.
The hat value is larger than 3 (p/k)3*(p/k).
Any DFBETAS value is larger than 1.
Cases which are considered influential with respect to any of these measures are indicated by the color specified for the bg.infl
argument (the default is "red"
).
The cut-offs described above are indicated in the plot with horizontal reference lines. In addition, on the plot of the externally standardized residuals, horizontal reference lines are drawn at -1.96, 0, and 1.96. On the plot of the hat values, a horizontal reference line is drawn at p/k. Since the sum of the hat values is equal to p, the value p/k indicates equal hat values for all k cases. Finally, on the plot of weights, a horizontal reference line is drawn at 100/k, corresponding to the value for equal weights (in %) for all k cases. Note that all weights will automatically be equal to each other when using unweighted model fitting. Also, the hat values will be equal to the weights values (except for their scaling) in models without moderators.
The chosen cut-offs are (somewhat) arbitrary. Substantively informed judgment should always be used when examining the influence of each case on the results.