Description Usage Arguments Value Author(s)
View source: R/ResidualMatrix.R
This class is deprecated, see the exact same class in the ResidualMatrix package.
1 2 3 | ResidualMatrixSeed(x, design=NULL)
ResidualMatrix(x, design=NULL)
|
x |
A matrix-like object. This can alternatively be a ResidualMatrixSeed, in which case |
design |
A numeric matrix containing the experimental design,
to be used for linear model fitting on each column of |
The ResidualMatrixSeed
constructor will return a ResidualMatrixSeed object.
The ResidualMatrix
constructor will return a ResidualMatrix object,
containing values equivalent to lm.fit(x=design, y=x)$residuals
.
Aaron Lun
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.