R/sirt_colMeans.R

Defines functions sirt_colMeans

Documented in sirt_colMeans

## File Name: sirt_colMeans.R
## File Version: 0.03

sirt_colMeans <- function(x, na.rm=TRUE)
{
    res <- colMeans(x, na.rm=na.rm)
    return(res)
}

Try the sirt package in your browser

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

sirt documentation built on May 29, 2024, 8:43 a.m.