popvar: population variance

Description Usage Arguments

Description

Returns the population variance. Note that var returns the unbiased sample estimate of the population varaince. It simply multiplies the result of var by (n-1) / n with n the populaton size.

Usage

1
popvar(x, ...)

Arguments

x

a numeric vector, matrix or data frame.

...

further arguments passed along to var


rafalib documentation built on May 1, 2019, 10:26 p.m.