View source: R/utility_math_funs.R
Sd | R Documentation |
overloading function to calculate standard deviation when you have na's in vector
Sd(..., na.rm = T)
... |
same parameters as sd(...) |
na.rm |
a logical value indicating whether NA values should be stripped before the computation proceeds. |
standard deviation with na's ignored
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.