Get the standard error
get.standard.error.RdReturns the standard error for a vector of numbers. Returns NA if any values in x are NA.
Examples
x <- rnorm(100);
get.standard.error(x);
#> [1] 0.09200543
get.standard.error.RdReturns the standard error for a vector of numbers. Returns NA if any values in x are NA.
x <- rnorm(100);
get.standard.error(x);
#> [1] 0.09200543