kurtosis | R Documentation |
This function calculates the kurtosis of a habitual intake distribution. It handles gamma and log-normal distributions.
kurtosis(shape = NULL, rate = NULL, meanlog, sdlog = NULL)
shape |
Shape parameter for gamma distribution |
rate |
Rate parameter for gamma distribution |
meanlog |
Mean parameter for gamma distribution |
sdlog |
Standard deviation parameter for gamma distribution |
The kurtosis of the distribution
kurtosis(shape=1, rate=0.5)
kurtosis(meanlog=3, sdlog=1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.