R/se.R

Defines functions se

Documented in se

# This is a frequently used function anyway
se<- function(x,na.rm=TRUE) sqrt(var(x,na.rm=na.rm) /
                            length(x[complete.cases(x)]))

Try the sciplot package in your browser

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

sciplot documentation built on April 14, 2020, 7:37 p.m.