| loadings {tsfa} | R Documentation |
Extract the loadings matrix from an object.
loadings(x)
## Default S3 method:
loadings(x)
## S3 method for class 'FAmodel':
loadings(x)
DstandardizedLoadings(x)
## S3 method for class 'TSFmodel':
DstandardizedLoadings(x)
x |
an object. |
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
a loadings matrix.
Paul Gilbert
stats:::loadings,
factors,
factorNames,
estTSF.ML,
TSFmodel,