adjust {ffmanova} | R Documentation |
adjust
adjusts a predictor matrix X
for the presence of another
predictor matrix Y
, by orthogonalizing X
against Y
.
adjust(X, Y)
X |
matrix. The matrix to be adjusted. |
Y |
matrix. The matrix to be adjusted for. |
The function can handle rank deficient matrices.
A matrix with an orthogonal basis for the adjusted predictor matrix.
Øyvind Langsrud