View source: R/cor.goodman.kruskal.gamma.twosample.independent.simple.R
cor.goodman.kruskal.gamma.twosample.independent.simple | R Documentation |
Calculate test for two different independent Goodman and Kruskal's Gamma values.
cor.goodman.kruskal.gamma.twosample.independent.simple(
gamma.g1,
se.est.gamma.g1,
gamma.g2,
se.est.gamma.g2,
alternative = c("two.sided", "greater", "less"),
conf.level = 0.95
)
gamma.g1 |
Scalar - Group 1 gamma. |
se.est.gamma.g1 |
Scalar - Group 1 gamma estimated standard error. |
gamma.g2 |
Scalar - Group 2 gamma. |
se.est.gamma.g2 |
Scalar - Group 2 gamma estimated standard error. |
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.