s.logistic.misclass.fit {robust}R Documentation

S Logistic Misclassification Fitter

Description

Computes the estimate for the consistent misclassification method.

Usage

s.logistic.misclass.fit(x, y, mc.gamma, maxit, mc.trc, mc.tol, beta1)

Arguments

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.

Value

a list containing the parameter estimates.

See Also

glmRob.misclass


[Package robust version 0.3-4 Index]