| projMatrix | R Documentation | 
Calculates the projection matrix for a full-rank matrix X with its number of rows greater than or equal to its number of columns
projMatrix(X)
X | 
 nxp Matrix; must be full-rank and have n >= p  | 
Projection matrix of X.
projMatrix(matrix(c(3,4,-1,2,1,1),3))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.