View source: R/center_reduce.R
center_reduce | R Documentation |
center and reduce data matrix based on known mean and SD
center_reduce(X, m, sig)
X |
numeric. data matrix (each column is centered/reduced) |
m |
numeric. mean of each variable in the data matrix |
sig |
numeric. SD of each variable in the data matrix |
X numeric. Centered matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.