Description Usage Arguments Details Value Author(s) Examples
View source: R/statistical-functions.R
Calculate the standard deviation (i.e. standard error) of a standard deviation, given n, the number of samples from which the standard deviation was estimated.
1 | SDofSD(s, n)
|
s |
standard deviation |
n |
number of samples from which s was estimated |
if n <= 0 an exact method is used, otherwise Stirling's approximation is used to avoid numerical errors calculating the gamma function for large values of n. Formulae taken from https://stats.stackexchange.com/q/28567
numeric
Andrew Dolman <andrew.dolman@awi.de>
1 2 3 4 5 6 7 8 9 10 11 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.