Computes empirical likelihood displacement for model diagnostics and outlier detection.
# S4 method for EL
eld(object, control = NULL)
# S4 method for GLM
eld(object, control = NULL)
An object that inherits from EL.
An object of class ControlEL constructed by
el_control()
. Defaults to NULL
and inherits the control
slot in
object
.
An object of class ELD.
Let L(θ) be the empirical log-likelihood function based
on the full sample with n observations. The maximum empirical
likelihood estimate is denoted by ˆθ. Consider a reduced
sample with the ith observation deleted and the corresponding
estimate ˆθ(i). The empirical likelihood displacement is
defined by
ELDi=2{L(ˆθ)−L(ˆθ(i))}.
If ELDi is large, then the ith observation is an
influential point and can be inspected as a possible outlier. eld
computes ELDi for i=1,…,n.
Lazar NA (2005). ``Assessing the Effect of Individual Data Points on Inference From Empirical Likelihood.'' Journal of Computational and Graphical Statistics, 14(3), 626--642. doi:10.1198/106186005X59568 .
Zhu H, Ibrahim JG, Tang N, Zhang H (2008). ``Diagnostic Measures for Empirical Likelihood of General Estimating Equations.'' Biometrika, 95(2), 489--507. doi:10.1093/biomet/asm094 .
EL, ELD, el_control()
, plot()