se_of_mean: Standard error of the mean

Description Usage Arguments Examples

View source: R/se_of_mean.R

Description

Standard error of the mean

Usage

1
se_of_mean(vector, na.rm = TRUE, notify_na_count = NULL)

Arguments

vector

a numeric vector

na.rm

if TRUE, NA values will be removed before calculation

notify_na_count

if TRUE, notify how many observations were removed due to missing values. By default, NA count will be printed only if there are any NA values.

Examples

1
se_of_mean(c(1:10, NA))

ezr documentation built on Nov. 25, 2020, 5:09 p.m.