std_err: Calculate standard error

View source: R/std_err.R

std_errR Documentation

Calculate standard error

Description

Using a vector of samples, calculate the standard error of the mean.

Usage

std_err(x)

Arguments

x

A vector of numerical data.

Value

A numeric value.

Examples

    std_err(x = c(4, 7, 2, 7, 5, 9))


rjcommanddfo/standarderror documentation built on April 13, 2022, 12:51 a.m.