tadaatoolbox (version 0.16.1)

ord_tau: Various Tau Statistics

Description

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

Usage

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

Run this code
# NOT RUN {
ord_tau(ngo$urteil, ngo$leistung, tau = "a")
# }

Run the code above in your browser using DataCamp Workspace