R/g.SE.R

Defines functions g.SE

Documented in g.SE

#' caculate SE
#'
#' @param x vector of numeric
#'
#' @return SE
#' @export
#'
g.SE <- function(x) {sqrt(var(x)/length(x))}
GabrielPigeon/gabtool documentation built on May 6, 2019, 5:32 p.m.