
Last chance! 50% off unlimited learning
Sale ends in
Computes Skewness and Kurtosis of data.
norm(x)
Skew(x)
Kurt(x)
A data object such as a numeric or column from a data.frame
norm
returns a table containing Skew
& Kurt
. Each contain the following elements:
value for Skewness or Kurtosis respectively
Standard error for Skewness or Kurtosis
t or z ratio - Statistic/SE
p value associated with z distribution
These statistics should be used with caution as they are influenced by sample size!
# NOT RUN {
# create negatively skewed dat with 100 observations
xc <- -rchisq(100,3)
norm(xc)
# }
Run the code above in your browser using DataLab