Learn R Programming

tsfa (version 2021.1-3)

factorNames: Extract the Factors Names from an Object

Description

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

Usage

factorNames(x)
    # S3 method for FAmodel
factorNames(x)
    # S3 method for TSFfactors
factorNames(x)
    # S3 method for EstEval
factorNames(x)
    # S3 method for TSFmodel
seriesNames(x)

Arguments

x

an object.

Value

character vector of names.

See Also

factors, nfactors, seriesNames, TSFmodel,