skew | R Documentation |
Questa funzione permette il calcolo dell'indice di asimmetria.
skew(x)
x |
vettore di dati |
kurt
.
x <- rnorm(50) skew(x) y <- rchisq(50,df=1) skew(y)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.