R/ma_colMeans.R

Defines functions ma_colMeans

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

ma_colMeans <- function(x)
{
    colMeans(x=x, na.rm=TRUE)
}

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.