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 May 29, 2024, 11:05 a.m.