Skip to contents

Standard error of the mean

Usage

sem(x)

Arguments

x

vector numeric

Value

numeric, standard error of the mean

Examples

sem(c(1,2,3,4,5))
#> [1] 0.7071068