FA-class
and / or restrictions-class. In any event, they provide somewhat standard
post-estimation functions for factor analysis models.## S3 method for class 'FA':
deviance(object)
## S3 method for class 'FA':
df.residual(object)
## S3 method for class 'restrictions':
df.residual(object)
## S3 method for class 'FA':
fitted(object, reduced = TRUE, standardized = TRUE)
## S3 method for class 'restrictions':
fitted(object, reduced = TRUE, standardized = TRUE)
## S3 method for class 'FA':
influence(model)
## S3 method for class 'FA':
model.matrix(object, standardized = TRUE)
## S3 method for class 'FA':
pairs(x, ...)
## S3 method for class 'FA':
residuals(object, standardized = TRUE)
## S3 method for class 'FA':
rstandard(model)
## S3 method for class 'FA':
simulate(object, nsim = 1, seed = NULL, standardized = TRUE, ...)
## S3 method for class 'FA':
weights(object)FA-class or restrictions-class,
as appropriateFA-classFA-classNULL the current
seed is usedresiduals() * weights()model.matrix() and fitted() and
has uniquenesses along the diagonal (based on correlations by default)restrictions-class and
FA-class but they differ only in implementation and not in their
nature or their options.loadings, cormat, and uniquenesses## See the example for Factanal()Run the code above in your browser using DataLab