Robust GLM CUBIF Fitter
Robustly fit a generalized linear model using a
conditionally unbiased bounded
influence (“cubif”) estimator. This function is
called by the high-level function glmRob
when
method = "cubif"
(the default) is specified.
glmRob.cubif(x, y, intercept = FALSE, offset = 0, family = binomial(), null.dev = TRUE, control)
x |
a numeric model matrix. |
y |
either a numeric vector containing the response or, in the case of the binomial family, a two-column numeric matrix containing the number of successes and failures. |
intercept |
a logical value. If |
offset |
a numeric vector containing the offset. |
family |
a family object. |
null.dev |
a logical value. If |
control |
a list of control parameters. See |
See glmRob.object
.
Kunsch, L., Stefanski L. and Carroll, R. (1989). Conditionally Unbiased Bounded-Influence Estimation in General Regression Models, with Applications to Generalized Linear Models. JASA 84, 460–466.
Marazzi, A. (1993). Algorithms, routines and S functions for robust statistics. Wadsworth & Brooks/Cole, Pacific Grove, CA.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.