robust (version 0.4-18.1)

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

a list similar to glmRob.object.

See Also

glmRob

Examples

Run this code
# NOT RUN {
data(leuk.dat)

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

Run the code above in your browser using DataCamp Workspace