Description Usage Arguments Value Examples
Function that appends standard deviation to vector summary statistics, and ignores NAs by default
1 | sd_summary(x, ...)
|
x |
A numeric vector |
... |
Other arguments passed to summary |
Summary + standard deviation
1 2 | x = c(2, 5, NA, 7)
sd_summary(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.