influence | R Documentation |
Leverage and Local Influence for the Unit Gamma Regression
influence(
object,
scheme = c("case-weight", "mean", "dispersion", "both"),
covariate,
plot = TRUE,
ask = prod(graphics::par("mfcol")) < length(which) && grDevices::dev.interactive(),
...
)
object |
an |
scheme |
character; it specifies the perturbation scheme. Currently, the following
perturbation schemes are available: case-weight perturbation ( |
covariate |
character; it specifies the name of the continuous variable used in the covariate
perturbation scheme. If |
plot |
logical. If |
ask |
logical. If |
... |
further arguments passed plot. |
Leverage points are observations that have a disproportionate weight in their fitted value. These points, in general, present a different behavior from the other points in relation to the values of the explanatory variables and can strongly influence the estimates of the regression coefficients. On the other hand, local influence analysis should be considered when there is an interest in investigating the sensitivity of postulated assumptions under small perturbations in the model or data.
The leverage measure considered is based on the work of Wei et al. (1998) and local influence perturbation schemes are commonly considered schemes, see, for instance Cook (1986).
A list containing the following components:
local influence under the selected perturbation scheme.
total local influence.
name of the considered perturbation scheme
the diagonal elements of the generalized leverage matrix.
Rodrigo M. R. de Medeiros <rodrigo.matheus@live.com>
Cook, R. D. (1986). Assessment of local influence. Journal of the Royal Statistical Society B, 48, 133–155.
Wei, B. C., Hu, Y. Q., & Fung, W. K. (1998). Generalized leverage and its applications. Scandinavian Journal of Statistics, 25, 25–37.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.