se: Calculate the standard error of the values in x. If na.rm is...

View source: R/se.R

seR Documentation

Calculate the standard error of the values in x. If na.rm is TRUE then the missing values are removed before calculating the error (default).

Description

Calculate the standard error of the values in x. If na.rm is TRUE then the missing values are removed before calculating the error (default).

Usage

se(x, na.rm = TRUE)

Arguments

x

a numeric vector

na.rm

logical. Should missing values be removed? Default na.rm = TRUE.

Value

a vector containing the width and height

Examples

se(c(4,1,2,3,4))

gnishihara/gnnlab documentation built on April 13, 2025, 5:48 p.m.