residual_maker_matrix | R Documentation |
Create residual maker matrix from a given matrix m
. See article about
projection matrix on
the Wikipedia.
residual_maker_matrix(m)
m |
Matrix |
M x M matrix where M is the number of rows in the m
matrix.
residual_maker_matrix(matrix(c(1,2,3,4), nrow = 2))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.