View source: R/kurtosis.test.simple.R
kurtosis.test | R Documentation |
Calculates a statistical test to determine if sample kurtosis differs from zero.
kurtosis.test(
x,
conf.level = 0.95,
alternative = c("two.sided", "less", "greater")
)
kurtosis.test.simple(
kurtosis,
sample.size,
input = c("fisher"),
conf.level = 0.95,
alternative = c("two.sided", "less", "greater")
)
kurtosis.test.zar.simple(
kurtosis,
sample.size,
input = c("fisher"),
conf.level = 0.95,
alternative = c("two.sided", "less", "greater")
)
x |
Vector/numeric - sample data. |
conf.level |
The confidence level for this test, between 0 and 1. |
alternative |
The alternative hypothesis to use for the test computation. |
kurtosis |
Scalar/numeric - sample kurtosis. |
sample.size |
Scalar/numeric - sample size. |
Hypothesis test result showing results of test.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.