View source: R/matrix_multiplication.R
compute_Xb | R Documentation |
Computes standardized.X %*% b
compute_Xb(X, b)
X |
an n by p matrix with three attributes: scaled:center, scaled:scale, and attr(X, 'd') |
b |
a p vector |
an n vector
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.