Rdocumentation
powered by
Learn R Programming
ryouready (version 0.4)
ord.tau: Calculate Kendall's Tau statistics for ordinal data tables (Tau-b and Tau-c).
Description
Calculate Kendall's Tau statistics for ordinal data tables (Tau-b and Tau-c).
Usage
ord.tau(x)
Arguments
x
A table object.
Value
A named list with the three values:
tau.a
Tau-a satistic (for quadratic tables only)
tau.b
Tau-b satistic
tau.c
Kendall-Stuart Tau-c satistic
Examples
Run this code
{
# TODO
}
Run the code above in your browser using
DataLab