| explained {tsfa} | R Documentation |
Calculate portion of the data (indicators) explained by the factors.
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=indicatorNames(object), ...)
object |
A TSFmodel or 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. |
A time series matrix.
Paul Gilbert
TSFmodel,
predict,
estTSF.ML,
simulate,
tfplot.TSFmodel,