residuals.EFA: Extract residuals from an EFA object
Description
Returns the residual correlation matrix of an EFA() or EFA_POOLED()
solution. Residuals are a pure extractor here; their diagnostics and a
formatted display are part of summary() of the EFA object.
Usage
# S3 method for EFA
residuals(object, type = c("raw", "standardized"), ...)
Value
A numeric matrix of residual correlations.
Arguments
object
a list of class EFA. Output from EFA() or EFA_POOLED().
type
character. Which residuals to return. "raw" (default) returns
orig_R - model_implied_R; "standardized" returns the standardized
residuals (residuals divided by their standard errors), available only when
the object was fitted with bootstrap standard errors.