sd {math} R Documentation

Standard Deviation

Description


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

Usage

sd(x,
    sample = FALSE);

Arguments

x

a numeric vector or an R object but not a factor coercible to numeric by as.double(x)

sample

sample or population. [as boolean]

Details

Authors

SMRUCC genomics Institute

Value

this function returns data object of type double.

clr value class

Examples


[Package math version 2.33.856.6961 Index]