How to cite the R package effsize

effsize is a popular R package that is available at https://cran.r-project.org/web/packages/effsize/index.html. By citing R packages in your paper you lay the grounds for others to be able to reproduce your analysis and secondly you are acknowledging the time and work people have spent creating the package.

APA citation

Formatted according to the APA Publication Manual 7th edition. Simply copy it to the References page as is.

APA

The minimal requirement is to cite the R package in text along with the version number. Additionally, you can include the reference list entry the authors of the effsize package have suggested.

Example of an in-text citation

Analysis of the data was done using the effsize package (v0.8.1; Torchiano, 2016).

Reference list entry

Torchiano, M. (2016). Effsize - A package for efficient effect size computation. Zenodo. https://doi.org/10.5281/ZENODO.1480624

Vancouver citation

Formatted according to Vancouver style. Simply copy it to the references section as is.

Vancouver

Example of an in-text citation

Analysis of the data was done using the effsize package v0.8.1 (1).

Reference list entry

1.
Torchiano M. Effsize - A package for efficient effect size computation [Internet]. Zenodo; 2016. Available from: http://dx.doi.org/10.5281/ZENODO.1480624

BibTeX

Reference entry in BibTeX format. Simply copy it to your favorite citation manager.

BibTeX
@MISC{Torchiano2016-yy,
  title     = "Effsize - A package for efficient effect size computation",
  author    = "Torchiano, Marco",
  abstract  = "This package contains the functions to compute the standardized
               effect sizes for experiments (Cohen d, Hedges g, Cliff delta,
               Vargha and Delaney A). The computation algorithms have been
               optimized to allow efficient computation even with very large
               data sets. The package is available on the CRAN web site:
               http://cran.r-project.org/web/packages/effsize/index.html",
  publisher = "Zenodo",
  year      =  2016,
  url       = "http://dx.doi.org/10.5281/ZENODO.1480624",
  doi       = "10.5281/ZENODO.1480624"
}

RIS

Reference entry in RIS format. Simply copy it to your favorite citation manager.

RIS
TY  - COMP
AU  - Torchiano, Marco
TI  - Effsize - A package for efficient effect size computation
PY  - 2016
DA  - 2016
PB  - Zenodo
AB  - This package contains the functions to compute the standardized effect
      sizes for experiments (Cohen d, Hedges g, Cliff delta, Vargha and Delaney
      A). The computation algorithms have been optimized to allow efficient
      computation even with very large data sets. The package is available on
      the CRAN web site:
      http://cran.r-project.org/web/packages/effsize/index.html
DO  - 10.5281/ZENODO.1480624
UR  - http://dx.doi.org/10.5281/ZENODO.1480624
ER  - 

Other citation styles (ACS, ACM, IEEE, ...)

BibGuru offers more than 8,000 citation styles including popular styles such as AMA, ACN, ACS, CSE, Chicago, IEEE, Harvard, and Turabian, as well as journal and university specific styles! Give it a try now: Cite it now!

effsize R package release history

VersionRelease date
0.8.02020-04-09
0.7.92020-03-23
0.7.82020-02-10
0.7.62019-07-18
0.7.42018-12-21
0.7.12017-03-21
0.7.02016-11-14
0.6.42016-08-01
0.6.22016-03-31
0.6.12016-02-26
0.5.42015-04-22
0.5.22014-08-28
0.5.12014-05-21
0.52014-04-16
0.4.12014-03-13
0.3.12014-02-25
0.32013-07-23