powered by
norm(x) Skew(x) Kurt(x)
norm
Skew
Kurt
# create negatively skewed dat with 100 observations xc <- -rchisq(100,3) norm(xc)
Run the code above in your browser using DataLab