| factorNames {tsfa} | R Documentation |
Extract the factor (or series) names from an object.
factorNames(x)
## S3 method for class 'FAmodel':
factorNames(x)
## S3 method for class 'TSFfactors':
factorNames(x)
## S3 method for class 'EstEval':
factorNames(x)
## S3 method for class 'TSFmodel':
seriesNames(x)
x |
an object. |
character vector of names.
Paul Gilbert
factors,
nfactors,
seriesNames,
TSFmodel,