Description Usage Arguments Details Value Examples
Calculate a mean vector.
1 | mymeanvector(X)
|
X |
a data matrix |
This function calculates a mean vector.
a mean vector
1 | X = matrix(runif(4*4), 4, 4); mymeanvector(X)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.