Skip to content

guhjy/cvequality

 
 

Repository files navigation

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 for details of these). Cite the package as follows:

Marwick, B. and K. Krishnamoorthy 2017 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 17/10/2017

And reference it in your text similar to this example:

"We used the R package cvequality (Version 0.1.3; Marwick and Krishnamoorthy 2017) 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
if (!require("ghit")) install.packages("ghit") # check if you have ghit (to install pkgs from github), if not, it will be installed here
ghit::install_github("benmarwick/cvequality")

Please see the vignette 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.

About

Tests for the equality of coefficients of variation from multiple groups

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 100.0%