sem_func: Standard Error of the Mean (SEM)

View source: R/sem_func.R

sem_funcR Documentation

Standard Error of the Mean (SEM)

Description

Standard Error of the Mean (SEM)

Usage

sem_func(x, na.rm = FALSE)

Arguments

x

A numeric vector.

na.rm

Boolean. Should the NA values be removed? defoult to FALSE.

Value

The SEM from a given vector

Examples

x <- c(0:10)
sem_x <- sem_func(x)


rjlopez2/AnlysisOfWaves documentation built on Sept. 15, 2022, 2:25 p.m.