File size: 80 Bytes
21ad80b
 
 
 
1
2
3
4
5
library(moments)
data <- rnorm(100)
kurtosis(data, na.rm = TRUE)
skewness(data)