Learn R Programming

extras (version 0.7.3)

xtr_sd: Standard Deviation

Description

Standard Deviation

Usage

xtr_sd(x, na_rm = FALSE)

Value

A number.

Arguments

x

A numeric object of MCMC values.

na_rm

A flag specifying whether to remove missing values.

See Also

Other summary: kurtosis(), lower(), pvalue(), pzeros(), skewness(), svalue(), upper(), variance(), xtr_mean(), xtr_median(), zeros(), zscore()

Examples

Run this code
xtr_sd(1:10)

Run the code above in your browser using DataLab