cor.goodman.kruskal.gamma.twosample.independent.simple: Two-Sample Goodman and Kruskal's Gamma Test

View source: R/cor.goodman.kruskal.gamma.twosample.independent.simple.R

cor.goodman.kruskal.gamma.twosample.independent.simpleR Documentation

Two-Sample Goodman and Kruskal's Gamma Test

Description

Calculate test for two different independent Goodman and Kruskal's Gamma values.

Usage

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
)

Arguments

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.

Value

Hypothesis test result showing results of test.


burrm/lolcat documentation built on Sept. 15, 2023, 11:35 a.m.