sd_pop: Standard Deviation (Population)

Description Usage Arguments See Also Examples

View source: R/basic_stats.R

Description

sd_pop computes the standard deviation of the values in x with the denominator value n, unlike the implementation as in sd.

Usage

1
sd_pop(x)

Arguments

x

vector, e.g. c(1,2,3,4)

See Also

var_pop for its square and sd for the default stats package variant with denominator n-1.

Examples

1
sd_pop(c(1,2,3,4))

shunyao643/ab1202ay2021 documentation built on Feb. 26, 2021, 8:53 a.m.