summary.armasubsets(TSA)
summary.armasubsets()所属R语言包:TSA
Summary of output from the armasubsets function
从armasubsets函数的输出的概要
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Add the calculation of AIC and AICc. See the help manual of
添加AIC和AICC的计算。请参阅帮助手册
用法----------Usage----------
## S3 method for class 'armasubsets':
summary(object, all.best = TRUE, matrix = TRUE, matrix.logical = FALSE,
df = NULL, ...)
参数----------Arguments----------
参数:object
armasubsets object
armasubsets对象
参数:all.best
Show all the best subsets or just one of each size
显示所有的子集或只有一个,每个大小
参数:matrix
Show a matrix of the variables in each model or just summary statistics
每个模型中的变量或只是汇总统计数据显示矩阵
参数:matrix.logical
With matrix=TRUE, the matrix is logical TRUE/FALSE or string "*"/code" "
用矩阵= TRUE,该矩阵是逻辑值TRUE / FALSE或字符串“*”/代码“
参数:df
Specify a number of degrees of freedom for the summary statistics. The default is n-1
指定自由度的汇总统计数据。默认情况下n-1
参数:...
Other arguments for future methods
其他参数为未来的方法
(作者)----------Author(s)----------
Kung-Sik Chan, based on previous work of Thomas Lumley
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|