Adjusted Fisher-Pearson Skewness Coefficient with Sample-size Correction Factor
skewCoeff(data, sd)
The data for which skewness is computed (vector)
The population standard deviation, used to compute skewness (scalar)
The skewness value (scalar)
Shreve, Joni N. and Donna Dea Holland . 2018. SAS<U+00AE> Certification Prep Guide: Statistical Business Analysis Using SAS<U+00AE>9. Cary, NC: SAS Institute Inc.
# NOT RUN {
values <- rnorm(100)
x <- skewCoeff(data = values,sd = sd(values))
# }
Run the code above in your browser using DataLab