se: Standard error of a vector.

View source: R/se.R

seR Documentation

Standard error of a vector.

Description

Takes the standard error of a vector.

Usage

se(x)

Arguments

x

numeric vector.

Value

Returns a numeric, representing the standard error of the input vector.

Examples

x <- sample(1:100, 20)
se(x)

PCBS documentation built on May 29, 2024, 9:48 a.m.

Related to se in PCBS...