I want to use function skewness skewness()and kurtosis()of the e1071 package. I tried to download the package e1071from
install.packages("e1071", dep = TRUE)
but it still doesn't seem to work. Therefore, I wonder if this is not the version that I installed. I tried to find CRAN on the site, but I can not find the version for R 2.15.0.
Therefore, I was wondering if I am doing it wrong or someone can give me a link to the package e1071, version 2.15.0.
source
share