mle.stepwise.summaries(wle)
mle.stepwise.summaries()所属R语言包:wle
Accessing summaries for mle.stepwise
访问为mle.stepwise的摘要
译者:生物统计家园网 机器人LoveR
描述----------Description----------
All these functions are methods for class mle.stepwise or summary.mle.stepwise.
所有这些功能是methods类mle.stepwise或summary.mle.stepwise。
用法----------Usage----------
## S3 method for class 'mle.stepwise':
summary(object, num.max=20, verbose=FALSE, ...)
## S3 method for class 'mle.stepwise':
print(x, digits = max(3, getOption("digits") - 3), num.max=max(1,nrow(x$step)), ...)
## S3 method for class 'summary.mle.stepwise':
print(x, digits = max(3, getOption("digits") - 3), ...)
参数----------Arguments----------
参数:object
an object of class mle.stepwise.
对象类mle.stepwise。
参数:x
an object of class mle.stepwise or summary.mle.stepwise.
对象的类mle.stepwise或summary.mle.stepwise。
参数:digits
number of digits to be used for most numbers.
用于大多数数字的位数数。
参数:num.max
the number of the last iterations reported.
的最后的迭代的数量报告。
参数:verbose
if TRUE warnings are printed.
如果TRUE警告被打印出来。
参数:...
additional arguments affecting the summary produced (in summary.mle.stepwise) or further arguments passed to or from other methods (in print.mle.stepwise and print.summary.mle.stepwise).
产生额外的参数,影响总结(summary.mle.stepwise)或通过进一步的论据或其他方法(print.mle.stepwise和print.summary.mle.stepwise“)。
值----------Value----------
The function summary.mle.stepwise returns the last num.max iterations, call plus:
函数summary.mle.stepwise返回的最后num.max迭代,call加:
<table summary="R valueblock"> <tr valign="top"><td>step</td> <td> the model for each iteration reported.</td></tr> <tr valign="top"><td>num.max</td> <td> the number of iterations reported.</td></tr> <tr valign="top"><td>type</td> <td> the type of selection procedure used.</td></tr> <tr valign="top"><td>f.in</td> <td> the in value</td></tr> <tr valign="top"><td>f.out</td> <td> the out value</td></tr>
<table summary="R valueblock"> <tr valign="top"> <TD> step</ TD> <TD>每一次迭代模型报道。</ TD> </ TR> <TR VALIGN =“”> <TD>num.max </ TD> <TD>的迭代次数的报道。</ TD> </ TR> <tr valign="top"> <TD>type </ TD> <TD>选择程序使用的类型。</ TD> </ TR> <tr valign="top"> <TD> f.in</ TD> <TD>的值</ TD> </ TR> <tr valign="top"> <TD>f.out</ TD> <TD>的超时值</ TD> </ TR>
</table>
</ TABLE>
(作者)----------Author(s)----------
Claudio Agostinelli
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|