se: Compute the standard error of the mean, assuming a normal...

View source: R/standard_error.R

seR Documentation

Compute the standard error of the mean, assuming a normal distribution

Description

Compute the standard error of the mean, assuming a normal distribution

Usage

se(x)

Arguments

x

numeric vector.

Value

The value of the standard error of the mean = sd / sqrt(n)


jiho/joml documentation built on Dec. 6, 2023, 5:50 a.m.