View source: R/convert.kurtosis.R
convert.kurtosis | R Documentation |
Convert between Fisher's and Pearson's calculations for kurtosis.
convert.kurtosis(
x,
sample.size,
from = c("fisher", "pearson"),
to = c("pearson", "fisher")
)
x |
Scalar/Vector - One or more kurtosis values to convert. |
sample.size |
Scalar/Vector - One or more sample sizes used in calculation of kurtosis. |
from |
Scalar/Character - Identify which kurtosis calculation is used for input. |
to |
Scalar/Character - Identify which kurtosis calculation is used for output. |
Scalar/Vector - Converted kurtosis values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.