powered by
Computes the consistent misclassification estimate provided in glmRob.
glmRob
glmRob.misclass(x, y, control, offset, null.dev, family, Terms)
a list similar to glmRob.object.
glmRob.object
model matrix.
response.
control parameters.
offset.
a logical value.
a binomial family object.
the Terms object computed in glmRob.
data(leuk.dat) glmRob(y ~ ag + wbc, data = leuk.dat, family = binomial(), method = 'misclass')
Run the code above in your browser using DataLab