R/se.R

Defines functions se

Documented in se

#' @export
se <- function(x){sqrt(var(x)/length(x))}

Try the PCBS package in your browser

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

PCBS documentation built on May 29, 2024, 9:48 a.m.