sample_standard_error: Sample standard error of the mean

View source: R/sample_standard_error.R

sample_standard_errorR Documentation

Sample standard error of the mean

Description

Sample standard error of the mean

Usage

sample_standard_error(x, pop_sd = NULL)

Arguments

x

The data for which to calculate the SSE

pop_sd

population standard deviation

Examples


# This should usually be around 0.1
sample_standard_error(rnorm(100))

michaelfrancenelson/mfn.teaching.utils documentation built on Oct. 7, 2022, 1:13 a.m.