Description Usage Arguments Value Author(s) Examples
Calculates the sample mean and standard deviation for each row in a matrix. The mean vector is calculated first. The elements of the matrix are then centered by the mean vector before the sample standard deviation is calculated.
1 | rowMSD(x)
|
x |
numeric matrix |
A list consisting of:
rm |
vector of row means |
rsd |
vector of row standard deviations |
John Lawrence
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.