loadings {tsfa}R Documentation

Extract the Loadings Matrix from an Object

Description

Extract the loadings matrix from an object.

Usage

    loadings(x)
    ## Default S3 method:
    loadings(x)
    ## S3 method for class 'FAmodel':
    loadings(x)
    DstandardizedLoadings(x)
    ## S3 method for class 'TSFmodel':
    DstandardizedLoadings(x)

Arguments

x an object.

Details

stats:::loadings is defined as the default method for the generic which replaces it. (See help(loadings, package="stats") for more details.) The loadings matrix in TSFmodel and TSFestModel objects is similar to that described for the default, but calculated for a TSFA model. More details are provided in estTSF.ML

Value

a loadings matrix.

Author(s)

Paul Gilbert

See Also

stats:::loadings, factors, factorNames, estTSF.ML, TSFmodel,


[Package tsfa version 2009.02-1 Index]