View source: R/skewness.test.simple.R
skewness.test | R Documentation |
Calculates a statistical test to determine if sample skewness differs from zero.
skewness.test(
x,
conf.level = 0.95,
alternative = c("two.sided", "less", "greater")
)
skewness.test.simple(
skewness,
sample.size,
input = c("fisher"),
conf.level = 0.95,
alternative = c("two.sided", "less", "greater")
)
skewness.test.zar.simple(
skewness,
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. |
skewness |
Scalar/numeric - sample skewness. |
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.