eps1: numeric tolerance: values of w with ∣1−w[i]∣<eps1 are said to have weight ‘~= 1’ .
...: potential further arguments, passed to print().
See Also
The summary methods for lmrob
and glmrob make use of summarizeRobWeights().
Our methods for weights(), weights.lmrob(*, type="robustness") and weights.glmrob(*, type="robustness").
Returns
none; the function is used for its side effect of printing.
Author(s)
Martin Maechler
Examples
w <- c(1,1,1,1,0,1,1,1,1,0,1,1,.9999,.99999,.5,.6,1e-12)summarizeRobWeights(w)# two outside ~= {0,1}summarizeRobWeights(w, eps1 =5e-5)# now three outside {0,1}## See the summary(<lmrob>) outputs