colSD | R Documentation |
Helper function to calculate standard deviation of matrix by columns
colSD(data_in)
data_in |
matrix of numeric values |
Vector of standard deivations of columns of data_in.
set.seed(1)
colSD(matrix(rnorm(100), ncol=5))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.