powered by
Compute the projection matrix from a square matrix.
projMat(X)
a square matrix.
A square matrix.
# NOT RUN { m = matrix(1, nrow = 10, ncol = 3) projMat(m) # }
Run the code above in your browser using DataLab