| Kvalseth | R Documentation |
Calculate Kvalseth's COV.
Kvalseth(V)
V |
A frequency vector |
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.
The function returns the COV.
Didier Ruedin
Blair, J., and M. Lacy. 2000. Statistics of Ordinal Variation. Sociological Methods & Research 28 (3): 251-280.
BerryMielke, lsquared
# Sample data
V <- c(30,40,210,130,530,50,10)
Kvalseth(V)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.