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 )
}

Try the miceadds package in your browser

Any scripts or data that you put into this service are public.

miceadds documentation built on Jan. 7, 2023, 1:09 a.m.