sem: Standard error of the mean

semR Documentation

Standard error of the mean

Description

Standard error of the mean

Usage

sem(x, ...)

## S4 method for signature 'AsIs'
sem(x)

## S4 method for signature 'numeric'
sem(x)

Arguments

x

Object.

...

Additional arguments.

Details

Alternatively, can use: sd(x) / sqrt(length(x)).

Value

numeric.

Note

Updated 2023-01-30.

See Also

  • https://stackoverflow.com/questions/2676554/

Examples

x <- seq(from = 1L, to = 10L, by = 1L)
x <- sem(x)
x

acidgenomics/AcidBase documentation built on Jan. 28, 2024, 2:59 a.m.