powered by
Many datasets do not have the highest density of measurements in the middle of the distribution of the data. Skewness is a measure of the asymmetry of a probability distribution.
GENEAskew(x, na.rm = TRUE, ...)
single numeric
numeric vector
single logical should missing values be removed
other arguments to be swallowed
GENEAskew(1:10) GENEAskew((1:10)^2) GENEAskew((1:10)^0.5)
Run the code above in your browser using DataLab