se: Calculate standard error (of the mean estimate) of a vector

View source: R/base.R

seR Documentation

Calculate standard error (of the mean estimate) of a vector

Description

creating the need for this function.

Usage

se(x, na.rm = FALSE)

Arguments

x

A numeric vector, or of a type allowable in the sd() function.

na.rm

A logical indicating whether missing values should be removed.

Value

The standard error of mean estimate of x


torfason/zulutils documentation built on Aug. 21, 2023, 5:46 p.m.