skewness.ade | R Documentation |
calculate skewness
skewness.ade(x, na.rm=FALSE, w=NULL)
x |
a numeric vector |
na.rm |
a logical value indicating whether NA values should be stripped before the computation proceeds. |
w |
weights |
a single number of skewness from x
kurtosis.ade
x<-rnorm(1000) skewness.ade(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.