residuals.MArrayLM: Extract Residuals from MArrayLM Fit
Description
This method extracts the residuals from all the probewise linear model fits
and returns them in a matrix.
Usage
## S3 method for class 'MArrayLM':
residuals(object, y, \dots)
Arguments
object
a fitted model object inheriting from class MarrayLM.
y
a data object containing the response data used to compute the fit.
This can be of any class for which as.matrix is defined, including MAList, ExpressionSet, marrayNorm etc.