powered by
Computes the Mallows Type Estimator provided by glmRob.
glmRob.mallows(x, y, control, offset, null.dev, family, Terms)
a list similar to glmRob.object.
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.
TRUE
a binomial family object.
the Terms object created in glmRob.
Terms
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