View source: R/cor.goodman.kruskal.gamma.onesample.R
cor.goodman.kruskal.gamma.onesample | R Documentation |
Calculate Goodman and Kruskal's Gamma for a contingency table.
cor.goodman.kruskal.gamma.onesample(
x,
null.hypothesis.gamma = 0,
alternative = c("two.sided", "greater", "less"),
conf.level = 0.95
)
x |
A matrix that is an ordered contingency table. |
null.hypothesis.gamma |
Scalar - null hypothesis gamma. |
alternative |
The alternative hypothesis to use for the test computation. |
conf.level |
The confidence level for this test, between 0 and 1. |
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.