se: Calculate Standard Error

View source: R/helpful_functions.R

seR Documentation

Calculate Standard Error

Description

This function calculates the standard error for a numeric-vector x. NA values will be removed.

Usage

se(x)

Arguments

x

numeric vector

Value

numeric value; standard error of vector x

Examples

x <- 1:20
se(x)

PhilippJanitza/rootdetectR documentation built on Feb. 24, 2024, 6:46 a.m.