summary.TSFmodel(tsfa)
summary.TSFmodel()所属R语言包:tsfa
summary.TSFmodel Method for Base Generic
summary.TSFmodel为基础的通用方法
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Summary method for object in tsfa, such as the object returned by the estimation method estTSF.ML. See FAfitStats for details on the results from summary.TSFmodel.
摘要tsfa,如对象方法的对象返回的估算方法estTSF.ML。见FAfitStats的结果summary.TSFmodel的详细信息。
用法----------Usage----------
## S3 method for class 'TSFmodel'
summary(object, ...)
## S3 method for class 'FAmodel'
summary(object, ...)
## S3 method for class 'TSFmodelEstEval'
summary(object, ...)
## S3 method for class 'summary.TSFmodel'
print(x, ...)
## S3 method for class 'summary.FAmodel'
print(x, ...)
## S3 method for class 'summary.TSFmodelEstEval'
print(x, digits = options()$digits, ...)
参数----------Arguments----------
参数:object
an object to summarize.
一个对象来概括。
参数:x
an object to print.
一个对象来打印。
参数:digits
precision of printed numbers.
精密印刷的数字。
参数:...
further arguments passed to other methods.
进一步的参数传递给其他方法。
值----------Value----------
a summary object.
摘要对象。
(作者)----------Author(s)----------
Paul Gilbert and Erik Meijer
参见----------See Also----------
estTSF.ML, FAfitStats, summary
estTSF.ML,FAfitStats,summary
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|