\HeaderA{residuals.MArrayLM}{Extract Residuals from MArrayLM Fit}{residuals.MArrayLM}
\keyword{models}{residuals.MArrayLM}
\keyword{regression}{residuals.MArrayLM}
\begin{Description}\relax
This method extracts the residuals from all the probewise linear model fits
and returns them in a matrix.
\end{Description}
\begin{Usage}
\begin{verbatim}
## S3 method for class 'MArrayLM':
residuals(object, y, ...)
\end{verbatim}
\end{Usage}
\begin{Arguments}
\begin{ldescription}
\item[\code{object}] a fitted model object inheriting from class \code{MarrayLM}.
\item[\code{y}] a data object containing the response data used to compute the fit.
This can be of any class for which \code{as.matrix} is defined, including \code{MAList}, \code{exprSet}, \code{marrayNorm} etc.
\item[\code{...}] other arguments are not used
\end{ldescription}
\end{Arguments}
\begin{Value}
Numeric matrix of residuals.
\end{Value}
\begin{SeeAlso}\relax
\code{\LinkA{residuals}{residuals}}.
\end{SeeAlso}


