Skip to contents

Returns the standard error for a vector of numbers. Returns NA if any values in x are NA.

Usage

get.standard.error(x);

Arguments

x

The numeric vector

Value

The standard error

Author

Emilie Lalonde

Examples

x <- rnorm(100);
get.standard.error(x);
#> [1] 0.09200543