sem: Compute the standard error of the mean

View source: R/sem.R

semR Documentation

Compute the standard error of the mean

Description

Compute the standard error of the mean

Usage

sem(x)

Arguments

x

Numeric, a vector of numbers.

Value

The standard error of the mean of the numbers in x

Examples

sem(c(1,2,3,4,5))

celiaflorea/statslab2022 documentation built on Aug. 31, 2022, 5:29 p.m.