popsd | R Documentation |
Returns the population standard deviation. Note that sd
returns
the unbiased sample estimate of the population standard deviation.
It simply multiplies the result of var
by (n-1) / n with n
the population size and takes the square root.
popsd(x, na.rm = FALSE)
x |
a numeric vector or an R object which is coercible to one by |
na.rm |
logical. Should missing values be removed? |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.