glmRob.mallows: Mallows Type Estimator

View source: R/glmRob.mallows.q

glmRob.mallowsR 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')

robust documentation built on July 9, 2023, 6:14 p.m.