
Last chance! 50% off unlimited learning
Sale ends in
Computes the Mallows Type Estimator provided by glmRob.
glmRob.mallows(x, y, control, offset, null.dev, family, Terms)
a list similar to glmRob.object
.
model matrix
a numeric vector of Bernoulli responses.
control parameters.
offset
a logical value. If TRUE
the null deviance is computed and stored.
a binomial family object.
the Terms
object created in glmRob.
link{glmRob}
data(mallows.dat)
glmRob(y ~ a + b + c, data = mallows.dat, family = binomial(), method = 'mallows')
Run the code above in your browser using DataLab