adjust: Adjust a predictor matrix for the presence of another matrix

View source: R/adjust.R

adjustR Documentation

Adjust a predictor matrix for the presence of another matrix

Description

adjust adjusts a predictor matrix X for the presence of another predictor matrix Y, by orthogonalizing X against Y.

Usage

adjust(X, Y)

Arguments

X

matrix. The matrix to be adjusted.

Y

matrix. The matrix to be adjusted for.

Details

The function can handle rank deficient matrices.

Value

A matrix with an orthogonal basis for the adjusted predictor matrix.

Author(s)

Øyvind Langsrud


ffmanova documentation built on Oct. 18, 2023, 5:08 p.m.

Related to adjust in ffmanova...