cv: Coefficient of Variation Calculation

Description Usage Arguments Value Author(s) References Examples

View source: R/cv.R

Description

Calculates the coefficient of variation for a mean and standard deviation

Usage

1
cv(Mean, SD)

Arguments

Mean

Mean for a dataset

SD

Standard Deviation for a dataset

Value

A single value representing the Coefficient of Variation

Author(s)

Mike Malek-Ahmadi

References

1. Everitt B (1998). The Cambridge Dictionary of Statistics. Cambridge, UK New York: Cambridge University Press. ISBN 978-0521593465.

2. Bedeian AG, Mossholder KW. On the use of the coefficient of variation as a measure of diversity. Organizational Research Methods 2000;3(3):285-297.

Examples

1
2
3
#From Bedeian & Mossholder (2000), Table 2 Group A data.

cv(28, 7)

ClinSigMeasures documentation built on Feb. 25, 2021, 5:08 p.m.