sem: Standard error of the mean

Description Usage Arguments Value Examples

Description

Standard error of the mean

Usage

1
sem(x)

Arguments

x

Numeric vector

Value

A numeric

Examples

1
2
3
4
# Get the SEM of some T (not t) distributed samples with ascending size
sem(rnorm(10, 50, 10))
sem(rnorm(20, 50, 10))
sem(rnorm(30, 50, 10))

tamaracha/mpformatr documentation built on May 8, 2019, 3:14 a.m.