tau | R Documentation |
Estimate variants of Kendall's tau for tied data
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)
x |
Covariate data. |
y |
Response data. |
Kendall's tau.
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.