nfactors {tsfa}R Documentation

Extract the Number of Factors from an Object

Description

Extract the number of factors from an object.

Usage

    nfactors(x)
    ## S3 method for class 'FAmodel':
    nfactors(x)
    ## S3 method for class 'TSFfactors':
    nfactors(x)
    ## S3 method for class 'EstEval':
    nfactors(x)

Arguments

x an object.

Value

an integer.

Author(s)

Paul Gilbert

See Also

factors, factorNames, TSFmodel,


[Package tsfa version 2009.02-1 Index]