kappa.coef {lakhesis} | R Documentation |
Kappa Concentration
Description
The concentration coefficient \kappa
, which extends the Kendall-Doran measure of concentration to include rows and then weights the total measure by the total sum of values in the matrix. See concentration.col
.
Usage
## S3 method for class 'coef'
kappa(obj)
Arguments
obj |
A seriated binary matrix. |
Value
The \kappa
coefficient of concentration.
Examples
data("quattrofontanili")
kappa.coef(quattrofontanili)
[Package lakhesis version 0.0.1 Index]