se: A function to get the standard error

View source: R/se.R

seR Documentation

A function to get the standard error

Description

A function to get the standard error

Usage

se(x, na.rm = FALSE)

Arguments

x

A numeric vector

na.rm

Remove NAs? Defaults to FALSE.

Examples

se(iris$Sepal.Length)

sbw78/sbwtools documentation built on May 20, 2024, 9 a.m.