Learn R Programming

bdsm (version 0.1.1)

residual_maker_matrix: 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)

Value

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

Arguments

m

Matrix

Examples

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

Run the code above in your browser using DataLab