stdev | R Documentation |
This function returns the standard deviation of the data. This function is writen to remove NAs and use the bias-corrected statistics with (n-1) in the demominator. The population standard deviation can be found by forcing the denominator to be (n). Set the option to FALSE.
stdev(x, biascorr = TRUE)
x |
data |
biascorr |
use the bias-corrected equation |
s
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.