View source: R/residuals.efa.R
| residuals.efa | R Documentation |
Returns the residual correlation matrix of an efa_fit() or efa_mi()
solution. Residuals are a pure extractor here; their diagnostics and a
formatted display are part of summary.efa().
## S3 method for class 'efa'
residuals(object, type = c("raw", "standardized"), ...)
object |
a list of class |
type |
character. Which residuals to return. |
... |
Further arguments (currently unused). |
A numeric matrix of residual correlations.
efa <- efa_fit(test_models$baseline$cormat, n_factors = 3, N = 500)
residuals(efa)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.