s.logistic.misclass.fit(robust)
s.logistic.misclass.fit()所属R语言包:robust
S Logistic Misclassification Fitter
的MF误分类钳工
译者:生物统计家园网 机器人LoveR
描述----------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.
一个逻辑值。如果TRUE诊断信息显示在计算过程中的契合。
参数:mc.tol
tolerance.
容忍。
参数:beta1
initial parameter estimates.
初始参数估计值。
值----------Value----------
a list containing the parameter estimates.
一个列表,其中包含的参数估计。
参见----------See Also----------
glmRob.misclass
glmRob.misclass
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|