std_err: Compute the standard error for a vector of numbers.

Description Usage Arguments Value See Also Examples

View source: R/std_err.R

Description

Compute the standard error for a vector of numbers.

Usage

1

Arguments

x

a vector of values.

Value

The standard error of x.

See Also

https://github.com/davidgresham/davidtools

Examples

1
2
std_err(c(4,4,5,5,6,6))
std_err(rnorm(100))

GreshamLab/labtools documentation built on Feb. 18, 2022, 12:16 p.m.