Learn R Programming

agrmt (version 1.35)

BerryMielke: Calculate IOV

Description

Calculate Berry and Mielke's IOV.

Usage

BerryMielke(V)

Arguments

V
A frequency vector

Value

  • The function returns the IOV.

Details

This function calculates Berry and Mielke's IOV, a measure of dispersion based on squared Euclidean distances. This function follows the presentation by Blair and Lacy 2000, but includes the adjustment for Tmax omitted by Blair and Lacy. The derived measure COV by Kvalseth is implemented as Kvalseth. Usually, the IOV is equivalent to 1-lsquared.

References

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

See Also

lsquared, Kvalseth

Examples

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

Run the code above in your browser using DataLab