ord_tau: Various Tau Statistics

Description Usage Arguments Value Examples

View source: R/ord_stats.R

Description

A wrapper for the appropriate functions from DescTools to calculate Tau A, B and C.

Usage

1
ord_tau(x, y = NULL, tau = "b", reverse = FALSE)

Arguments

x

Dependent variable. Alternatively a table.

y

Independent variable

tau

Which of the Taus to return. Default is "b".

reverse

If TRUE, row and column variable are switched.

Value

numeric value

Examples

1
ord_tau(ngo$urteil, ngo$leistung, tau = "a")

tadaatoolbox documentation built on July 2, 2020, 2:30 a.m.