concordant.pairs {oii}R Documentation

The number of concordant pairs in a table or matrix

Description

The number of concordant pairs in a table or matrix

Usage

concordant.pairs(x, y = NULL)

Arguments

x

a table or matrix if y is NULL, or a numeric vector for the row variable

y

the column variable, a numeric vector used only when x is not a table or matrix.

Value

The number of concordant pairs

See Also

association.measures, discordant.pairs, tied.pairs


[Package oii version 1.0.2.1 Index]