sd_pop: Obtain standard deviation

Description Usage Arguments Value

View source: R/sd_pop.R

Description

sd_pop retrieves the population standard deviation of a vector of observations. The function will automatically remove NA values.

Usage

1
sd_pop(x, quiet = T)

Arguments

x

Vector of numeric values

quiet

Whether to print a message if NAs or NaNs exist

Value

A numeric value corresponding to the population standard deviation of the input.


awqx/qsarr documentation built on Oct. 2, 2021, 7:05 a.m.