stdErr: Standard error of the mean of a given vector.

View source: R/Functions.R

stdErrR Documentation

Standard error of the mean of a given vector.

Description

Returns the standard error of the mean of a given vector. Missing values are ignored.

Usage

stdErr(x)

Arguments

x

a numeric vector

Value

Standard error of the mean of x.

Author(s)

Steve Horvath


WGCNA documentation built on Jan. 22, 2023, 1:34 a.m.

Related to stdErr in WGCNA...