Description Usage Arguments Value Author(s) See Also Examples
Scales each row of a matrix such that the values in this row have zero mean and a standard deviation of 1.
1 |
X |
a numeric matrix whose rows should be scaled. Missing values are allowed. |
add.stats |
should the rowwise means and standard deviations of |
If add.stats = FALSE
, a matrix of the same dimensions as X
with a rowwise mean of zero and a rowwise standard deviation of 1.
If add.stats = TRUE
, a list containing this matrix and the
rowwise means and standard deviations of the input matrix.
Holger Schwender, holger.schwender@udo.edu
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.