powered by
c.kurtosis(x)
c.skewness
library(agricolae) x<-c(3,4,5,2,3,4,5,6,4,NA,7) c.kurtosis(x) # value is -0.1517996
Run the code above in your browser using DataLab