R/se.R

## Standard error
se <- function(x) {sd(x)/sqrt(length(x))}
afilazzola/LearnCommAnalysis documentation built on May 27, 2019, 9:55 a.m.