psych (version 1.7.5)

residuals.psych: Extract residuals from various psych objects

Description

Residuals in the various psych functions are extracted and then may be "pretty" printed.

Usage

# S3 method for psych
residuals(object,...)
# S3 method for psych
resid(object,...)

Arguments

object

The object returned by a psych function.

...

Other parameters to be passed to residual (ignored but required by the generic function)

Value

residuals: a matrix of residual estimates

Details

Currently implemented for fa, principal, omega, irt.fa, and fa.extension.

Examples

Run this code
# NOT RUN {
f3 <- fa(Thurstone,3)
residuals(f3)
# }

Run the code above in your browser using DataLab