Learn R Programming

robust (version 0.3-4)

glmRob.mallows: 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

See Also

link{glmRob}

Examples

Run this code
data(mallows.dat)

glmRob(y ~ a + b + c, data = mallows.dat, family = binomial(), method = 'mallows')

Run the code above in your browser using DataLab