sem: Standard Error of the Mean

Description Usage Arguments Value Examples

View source: R/utility_functions.R

Description

This function calculates the standard error of the mean.

Usage

1
sem(x)

Arguments

x

A vector of values.

Value

Returns the estimated standard error of the mean based on the values of x.

Examples

1
2
1/sqrt(1000) # True value
sem( rnorm(1000) )

rettopnivek/utilityf documentation built on March 1, 2021, 7:05 p.m.