View source: R/jasaDataAnalysis.R
projed | R Documentation |
This function uses linear projector (I-z(z^tz)^(-1)z^t) to project.
projed(x, z)
x |
matrix (nxp) to be projected. |
z |
matrix (nxq) the projection is based on. |
compute (I-z(z^tz)^(-1)z^t)x
the projected x.
## Not run: projed(x,z)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.