sdp: Excel's STDEV.P

Description Usage Arguments

View source: R/utils.R

Description

This is the naive and biased estimator for standard deviation. It is often (mis)used in excel. When collaborating with others it may be necessary to use.

Usage

1
sdp(x, na.rm = FALSE)

Arguments

x

a numeric vector or an R object but not a factor coercible to numeric by as.double(x).

na.rm

logical. Should missing values be removed?


red-swan/swanR documentation built on July 11, 2020, 1:31 a.m.