R/ma_colSD.R

Defines functions ma_colSD

## File Name: ma_colSD.R
## File Version: 0.01

ma_colSD <- function(x)
{
    apply( x, 2, stats::sd )
}
alexanderrobitzsch/miceadds documentation built on Feb. 2, 2024, 10:21 a.m.