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.
1 |
x |
a numeric vector, matrix or data frame. |
... |
further arguments passed along to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.