s.logistic.misclass.fit {robust} | R Documentation |
Computes the estimate for the consistent misclassification method.
s.logistic.misclass.fit(x, y, mc.gamma, maxit, mc.trc, mc.tol, beta1)
x |
model matrix. |
y |
response. |
mc.gamma |
gamma parameter. |
maxit |
maximum number of iterations. |
mc.trc |
a logical value. If TRUE diagnostic information is displayed during the computation of the fit. |
mc.tol |
tolerance. |
beta1 |
initial parameter estimates. |
a list containing the parameter estimates.