standard_error: Standard Error

Description Usage Arguments Value See Also Examples

View source: R/standard_error.R

Description

This function computes the standard error of the values in x. If na.rm is TRUE then missing values are removed before computation proceeds.

Usage

1
standard_error(x, na.rm = FALSE)

Arguments

x

a numeric vector or an R object which is coercible to one by as.double(x)

na.rm

logical. Should missing values be removed?

Value

value of standard error

See Also

sd

Examples

1

Ronlee12355/dfbmd documentation built on Sept. 23, 2020, 10:32 a.m.