R/sumfun.R

sumfun <- function(x, ...){
     c(m=mean(x, ...), sd=sd(x, ...), n=length(x))
}

Try the rpsychi package in your browser

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

rpsychi documentation built on May 1, 2019, 10:10 p.m.