se: Standard error

Description Usage Arguments Value Examples

View source: R/summarize_plates.R

Description

Calculates the standard error of a set of measurements

Usage

1
se(x, na.rm = F)

Arguments

x

Vector for which to calculate standard error.

na.rm

Whether to remove NA values.

Value

The standard error of the vector.

Examples

1
2
x <- rnorm(5); se(x)
se(mtcars$mpg, T)

Aehmlo/lucy documentation built on Oct. 30, 2019, 4:09 a.m.