Given a flash_fit
object, returns the expected residuals
\(Y - E(LF') = Y - E(L) E(F)'\).
# S3 method for flash_fit
residuals(object, ...)
Arguments
- object
An object inheriting from class flash_fit
.
- ...
Additional parameters are ignored.
Value
The matrix of expected residuals.