skewKurt | R Documentation |
Skew and kurtosis
skewKurt(x)
x |
Numeric vector |
A list of class "skewKurt" with:
Variable | Description |
s | Skewness with direction |
s.se | Standard error of skewness |
s.z | Test statistic (s.z = s / s.se ) |
s.p | p-value (s != 0 ) |
k | Excess kurtosis with direction |
k.se | Standard error of excess kurtosis |
k.z | Test statistic (k.z = k / k.se ) |
k.p | p-value (k != 0 ) |
# Use skewKurt() on an anthropometric data from a SMART survey in
# Kabul, Afghanistan (dist.ex01)
svy <- dist.ex01
skewKurt(svy$muac)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.