pop.sd: Calculate the Population Standard Deviation

View source: R/popVarSd.R

pop.sdR Documentation

Calculate the Population Standard Deviation

Description

Calculate the standard deviation of a numeric vector if the data constitutes the whole population. Note that missing values are excluded.

Usage

pop.sd(x)

Arguments

x

numeric vector

Value

The population standard deviation of the entries in x

Examples

pop.sd(c(1:6,NA,7:10))

smallstuff documentation built on June 2, 2022, 5:06 p.m.