glmRob.mallows {robust} | R Documentation |
Mallows Type Estimator
Description
Computes the Mallows Type Estimator provided by glmRob.
Usage
glmRob.mallows(x, y, control, offset, null.dev, family, Terms)
Arguments
x |
model matrix |
y |
a numeric vector of Bernoulli responses. |
control |
control parameters. |
offset |
offset |
null.dev |
a logical value. If |
family |
a binomial family object. |
Terms |
the |
Value
a list similar to glmRob.object
.
See Also
link{glmRob}
Examples
data(mallows.dat)
glmRob(y ~ a + b + c, data = mallows.dat, family = binomial(), method = 'mallows')
[Package robust version 0.7-4 Index]