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)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