R/utils.stats.r

Defines functions std.error

# Standard error
std.error <- function(x){
  sd(x)/sqrt(length(x))
  }

Try the dartR.base package in your browser

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

dartR.base documentation built on April 4, 2025, 2:45 a.m.