Learn R Programming

tsfa (version 2011.3-1)

loadings: Extract the Loadings Matrix from an Object

Description

Extract the loadings matrix from an object.

Usage

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

Arguments

x
an object.

Value

  • a loadings matrix.

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

See Also

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