View source: R/matrix_multiplication_par.R
compute_Xb_par | R Documentation |
Computes standardized.X %*% b
compute_Xb_par(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.