Learn R Programming

robust (version 0.3-0)

glmRob.misclass: Consistent Misclassification Estimator

Description

Computes the consistent misclassification estimate provided in glmRob.

Usage

glmRob.misclass(x, y, control, offset, null.dev, family, Terms)

Arguments

x
model matrix.
y
response.
control
control parameters.
offset
offset.
null.dev
a logical value.
family
a binomial family object.
Terms
the Terms object computed in glmRob.

Value

See Also

glmRob

Examples

Run this code
data(leuk.dat)

glmRob(y ~ ag + wbc, data = leuk.dat, family = binomial(), method = 'misclass')

Run the code above in your browser using DataLab