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 TRUE the null deviance is computed and stored.
family a binomial family object.
Terms the Terms object created in glmRob.

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.3-4 Index]