Learn R Programming

agrmt (version 1.42.12)

Kvalseth: Calculate Kvalseth's COV

Description

Calculate Kvalseth's COV.

Usage

Kvalseth(V)

Value

The function returns the COV.

Arguments

V

A frequency vector

Author

Didier Ruedin

Details

This function calculates Kvalseth's COV, a measure of dispersion based on linear Euclidean distances. It is based on the IOV measure, implemented as BerryMielke. This function follows the presentation by Blair and Lacy 2000.

References

Blair, J., and M. Lacy. 2000. Statistics of Ordinal Variation. Sociological Methods & Research 28 (3): 251-280.

See Also

BerryMielke, lsquared

Examples

Run this code
# Sample data
V <- c(30,40,210,130,530,50,10)
Kvalseth(V)

Run the code above in your browser using DataLab