Learn R Programming

WGCNA (version 1.27-1)

stdErr: 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.