sdp: Standard Deviation for Population

Description Usage Arguments Details Source

View source: R/sdp.R

Description

The fact that R is missing this is baffling, but we need this all the time when we are doing descriptive statistics so here it is.

Usage

1
sdp(x)

Arguments

x

the vector of observations

Details

Returns the standard deviation for a population (using N and not N-1 as denominator)

Source

http://stackoverflow.com/a/30812437/131753


mattjcamp/cohortr documentation built on May 21, 2019, 1:24 p.m.