Description Usage Arguments Details
Compute a weighted standard deviation.
1 | weighted.sd(x, w, na.rm = TRUE)
|
x |
a vector or dataframe containing the values whose weighted standard deviation is to be computed. |
w |
a vector of weights. |
na.rm |
remove NA values before processing, the default value is FALSE. |
See radiant.data::weighted.sd and stats::weighted.mean.default.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.