View source: R/set_X_attributes.R
compute_colSds | R Documentation |
computes column standard deviations for any type of matrix replace matrixStats::colSds since this function only takes a dense matrix
compute_colSds(X)
X |
an n by p matrix of any type, e.g. sparse, dense |
a p vector of column standard deviations
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.