hat_matrix | R Documentation |
Get the hat matrix from a design matrix.
hat_matrix(design)
design |
The |
Uses the QR decomposition.
The T
by T
hat matrix
hat_matrix(cbind(seq(100), 1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.