residuals.psych: Extract residuals from various psych objects

Description Usage Arguments Details Value Author(s) Examples

Description

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

Usage

1
2
3
4
## S3 method for class 'psych'
residuals(object,...)
## S3 method for class '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)

Details

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

Value

residuals: a matrix of residual estimates

Author(s)

William Revelle

Examples

1
2
f3 <- fa(Thurstone,3)
residuals(f3)

frenchja/psych documentation built on May 16, 2019, 2:49 p.m.