wtd_skewness | R Documentation |
Compute weighted Skewness using Weighted.Desc.Stat::w.skewness
but add an
option to remove NA
values
wtd_skewness(x, w, na.rm = TRUE)
x |
values whose weighted mean is to be computed |
w |
weights of the same length as |
na.rm |
a logical values indicating whether |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.