| GENEAskew | R Documentation | 
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, ...)
| x | numeric vector | 
| na.rm | single logical should missing values be removed | 
| ... | other arguments to be swallowed | 
single numeric
GENEAskew(1:10)
GENEAskew((1:10)^2)
GENEAskew((1:10)^0.5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.