Rdocumentation
powered by
Learn R Programming
ryouready (version 0.4)
ord.somers.d: Calculate Somers' d for ordinal data tables.
Description
Calculate Somers' d for ordinal data tables.
Usage
ord.somers.d(x)
Arguments
x
A table object.
Value
Kendall's Tau-b value.A named list with the three values:
sd.cr
The row variable is used as independent, the column variable as dependent variable.
sd.rc
The column variable is used as independent, the row variable as dependent variable.
sd.symmetric
Symmetric Somers' d.
Examples
Run this code
{
# TODO
}
Run the code above in your browser using
DataLab