stdErr {WGCNA}R 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


[Package WGCNA version 1.72-5 Index]