factorNames {tsfa}R Documentation

Extract the Factors Names from an Object

Description

Extract the factor (or series) names from an object.

Usage

    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)

Arguments

x an object.

Value

character vector of names.

Author(s)

Paul Gilbert

See Also

factors, nfactors, seriesNames, TSFmodel,


[Package tsfa version 2009.02-1 Index]