Description Usage Arguments Details Value See Also
Take a numeric vector and return its arithmetic standard deviation.
1 | asd(x)
|
x |
a numeric vector. |
The function asd() works as the standard function
stats::sd(), but with option na.rm = TRUE by default.
Return the arithmetic standard deviation of a numeric vector,
as the standard function stats::sd().
wasd returns arithmetic standard deviation.
wasd returns weighted arithmetic standard deviation.
gsd returns geometric standard deviation.
wgsd returns weighted geometric standard deviation.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.