View source: R/dagostino.normality.omnibus.test.simple.R
dagostino.normality.omnibus.test | R Documentation |
Calculates a statistical test to determine if normality assumption for the sample is rejected.
dagostino.normality.omnibus.test(x, conf.level = 0.95, alternative = "greater")
dagostino.normality.omnibus.test.simple(
skewness,
kurtosis,
sample.size,
input = c("fisher"),
conf.level = 0.95,
alternative = "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. |
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.