Skip to contents

compute standard error of the mean

Usage

sem(x)

Arguments

x

numeric vector, a sample of numbers

Value

the standard error of the mean.

Examples

sem(1:5)
#> [1] 0.7071068