tau: Estimate variants of Kendall's tau for tied data

tauR Documentation

Estimate variants of Kendall's tau for tied data

Description

Estimate variants of Kendall's tau for tied data

Usage

tau_alt_weak(x, y)

tau_alt_stric(x, y)

tau(x, y)

tau_strict(x, y)

tau_a(x, y)

tau_b(x, y)

tau_c(x, y)

somers_d(x, y)

wilsons_e(x, y)

gk_gamma(x, y)

lg_d(x, y)

Arguments

x

Covariate data.

y

Response data.

Value

Kendall's tau.

Functions

  • tau_alt_weak(): Alternative weakly monotone PPR tau (Moss, 2024)

  • tau_alt_stric(): Alternative strictly monotone PPR tau (Moss, 2024)

  • tau(): Weakly monotone PPR tau (Moss, 2024)

  • tau_strict(): Strictly monotone PPR tau (Moss, 2024)

  • tau_a(): Original Kendall's tau (Kendall, 1938)

  • tau_b(): Kendall's tau b (Kendall, 1945)

  • tau_c(): Stuart's tau (Stuart, 1953)

  • somers_d(): Somers' D (Somers, 1962)

  • wilsons_e(): Wilson's e (Wilson, 1974)

  • gk_gamma(): Goodman-Kruskall gamma (Goodman, Kruskall, 1954)

  • lg_d(): Leik-Gove D (Leik, Gove, 1969)


JonasMoss/rankr documentation built on Feb. 5, 2024, 11:56 a.m.