explained(tsfa)
explained()所属R语言包:tsfa
Calculate Explained Portion of Data
计算解释部分数据
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Calculate portion of the data (indicators) explained by the factors.
计算部分的数据(指标)由因素解释。
用法----------Usage----------
explained(object, ...)
## S3 method for class 'TSFmodel'
explained(object, f=factors(object),
names=seriesNames(object), ...)
## S3 method for class 'FAmodel'
explained(object, f=factors(object),
names=dimnames(loadings(object))[[1]], ...)
参数----------Arguments----------
参数:object
A TSFmodel or TSFestModel.
一个TSFmodel或TSFestModel。
参数:f
Factor values to use with the model.
因子值的典范。
参数:names
A vector of strings to use for the output series.
一个字符串矢量,用于输出系列。
参数:...
arguments passed to other methods.
参数传递给其他方法。
值----------Value----------
A time series matrix.
时间序列矩阵。
(作者)----------Author(s)----------
Paul Gilbert
参见----------See Also----------
TSFmodel, predict, estTSF.ML, simulate, tfplot.TSFmodel,
TSFmodel,predict,estTSF.ML,simulate,tfplot.TSFmodel,
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|