powered by
This function computes skewness of given data.
skewness(x, na.rm = FALSE)
a numeric vector, matrix or data frame.
logical. Should missing values be removed?
agostino.test
# NOT RUN { set.seed(1234) skewness(rnorm(1000)) # }
Run the code above in your browser using DataLab