Consistent Misclassification Estimator
Computes the consistent misclassification estimate provided in glmRob
.
glmRob.misclass(x, y, control, offset, null.dev, family, Terms)
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. |
a list similar to glmRob.object
.
data(leuk.dat) glmRob(y ~ ag + wbc, data = leuk.dat, family = binomial(), method = 'misclass')
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.