glmRob.misclass {robust} | R Documentation |
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
Examples
data(leuk.dat)
glmRob(y ~ ag + wbc, data = leuk.dat, family = binomial(), method = 'misclass')
[Package robust version 0.7-4 Index]