residual_maker_matrix: Residual Maker Matrix

residual_maker_matrixR Documentation

Residual Maker Matrix

Description

Create residual maker matrix from a given matrix m. See article about projection matrix on the Wikipedia.

Usage

residual_maker_matrix(m)

Arguments

m

Matrix

Value

M x M matrix where M is the number of rows in the m matrix.

Examples

residual_maker_matrix(matrix(c(1,2,3,4), nrow = 2))

bdsm documentation built on April 4, 2025, 1:06 a.m.