Last-changedate minimal R version Licence Travis-CI Build Status Coverage Status cran version rstudio mirror downloads ORCiD

cvequality: A package of tests for the equality of coefficients of variation from multiple groups

This package contains functions to test for significant differences in coefficients of variation (CVs) among multiple groups of observations.

Citation

If you use this package, please cite both the package and the paper that first presented the algorithm that you used (see the vignette on CRAN for details of these). Cite the package as follows:

Marwick, B. and K. Krishnamoorthy 2019 cvequality: Tests for the Equality of Coefficients of Variation from Multiple Groups. R software package version 0.1.3. Retrieved from https://github.com/benmarwick/cvequality, on 05/01/2019

And reference it in your text similar to this example:

“We used the R package cvequality (Version 0.2.0; Marwick and Krishnamoorthy 2019) to test for significant differences [etc.].”

A BibTeX entry for LaTeX users is:

 @Manual{,
    title = {cvequality: Tests for the Equality of Coefficients of Variation from Multiple Groups},
    author = {Ben Marwick and Kalimuthu Krishnamoorthy},
    note = {R package version 0.1.3},
    url = {https://github.com/benmarwick/cvequality},
  }

You can also access the citation details from your R console with citation(package = "cvequality")

Installation

To install the package:

# from CRAN
install.packages("cvequality")

Or you can get the development version from GitHub:

# or from GitHub
source("https://install-github.me/benmarwick/cvequality")

Please see the vignette on CRAN for detailed examples of how to use the functions in this package.

Contributing and Getting Help

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

If you’d like to get help with using the package, please post an issue.