R/mean0.R

Defines functions mean0

Documented in mean0

## File Name: mean0.R
## File Version: 0.07


mean0 <- function(x, na.rm=TRUE){
    sd1 <- stats0( x=x, FUN=mean, na.rm=na.rm )
    return(sd1)
}

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.