BerryMielke {agrmt}R Documentation

Calculate IOV

Description

Calculate Berry and Mielke's IOV.

Usage

BerryMielke(V)

Arguments

V

A frequency vector

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 as there is no reason to leave it out. The derived measure COV by Kvalseth is implemented as Kvalseth. Usually, the IOV is equivalent to 1-lsquared.

Value

The function returns the IOV.

Author(s)

Didier Ruedin

References

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

Berry, K., and P. Mielke. 1992. Assessment of Variation in Ordinal Data. Perceptual and Motor Skills 74 (1): 63-66.

See Also

lsquared, Kvalseth

Examples

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

[Package agrmt version 1.42.12 Index]