Learn R Programming

flashier (version 1.0.7)

residuals.flash_fit: Residuals method for flash fit objects

Description

Given a flash_fit object, returns the expected residuals \(Y - E(LF') = Y - E(L) E(F)'\).

Usage

# S3 method for flash_fit
residuals(object, ...)

Value

The matrix of expected residuals.

Arguments

object

An object inheriting from class flash_fit.

...

Additional parameters are ignored.