sem: compute standard error of the mean

View source: R/main.R

semR Documentation

compute standard error of the mean

Description

compute standard error of the mean

Usage

sem(x)

Arguments

x

numeric vector, a sample of numbers

Value

the standard error of the mean.

formula

This is the formula for the standard error of the mean.

\frac{1}{2}

Examples

sem(1:5)

CrumpLab/SemesterProject7709 documentation built on May 18, 2022, 9:34 p.m.