glmRob.misclass: Consistent Misclassification Estimator

Description Usage Arguments Value See Also Examples

View source: R/glmRob.misclass.q

Description

Computes the consistent misclassification estimate provided in glmRob.

Usage

1
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

1
2
3
data(leuk.dat)

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

robust documentation built on May 2, 2019, 5:20 p.m.