residuals.psych {psych} | R Documentation |
Residuals in the various psych functions are extracted and then may be "pretty" printed.
## S3 method for class 'psych' residuals(object,...) ## S3 method for class 'psych' resid(object,...)
object |
The object returned by a psych function. |
... |
Other parameters to be passed to residual (ignored but required by the generic function) |
Currently implemented for fa
, principal
, omega
, irt.fa
, and fa.extension
.
residuals: a matrix of residual estimates
William Revelle
f3 <- fa(Thurstone,3) residuals(f3)