How to cite the R package parameters

parameters is a popular R package that is available at https://cran.r-project.org/web/packages/parameters/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 parameters package have suggested.

Example of an in-text citation

Analysis of the data was done using the parameters package (v0.12.0; Lüdecke et al., 2020).

Reference list entry

Lüdecke, D., Ben-Shachar, M., Patil, I., & Makowski, D. (2020). Extracting, computing and exploring the parameters of statistical models using R. Journal of Open Source Software, 5(53), 2445.

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 parameters package v0.12.0 (1).

Reference list entry

1.
Lüdecke D, Ben-Shachar M, Patil I, Makowski D. Extracting, computing and exploring the parameters of statistical models using R. J Open Source Softw. 2020 Sep 9;5(53):2445.

BibTeX

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

BibTeX
@ARTICLE{Ludecke2020-xu,
  title     = "Extracting, computing and exploring the parameters of
               statistical models using {R}",
  author    = "L{\"u}decke, Daniel and Ben-Shachar, Mattan and Patil, Indrajeet
               and Makowski, Dominique",
  journal   = "J. Open Source Softw.",
  publisher = "The Open Journal",
  volume    =  5,
  number    =  53,
  pages     = "2445",
  month     =  sep,
  year      =  2020,
  url       = "http://dx.doi.org/10.21105/joss.02445",
  copyright = "http://creativecommons.org/licenses/by/4.0/",
  issn      = "2475-9066",
  doi       = "10.21105/joss.02445"
}

RIS

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

RIS
TY  - JOUR
AU  - Lüdecke, Daniel
AU  - Ben-Shachar, Mattan
AU  - Patil, Indrajeet
AU  - Makowski, Dominique
TI  - Extracting, computing and exploring the parameters of statistical models
      using R
T2  - J. Open Source Softw.
VL  - 5
IS  - 53
SP  - 2445
PY  - 2020
DA  - 2020/9/9
PB  - The Open Journal
SN  - 2475-9066
DO  - 10.21105/joss.02445
UR  - http://dx.doi.org/10.21105/joss.02445
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!

parameters R package release history

VersionRelease date
0.11.02021-01-15
0.10.12020-12-08
0.10.02020-12-01
0.9.02020-10-29
0.8.62020-09-21
0.8.52020-09-12
0.8.22020-07-24
0.8.02020-06-08
0.7.02020-05-18
0.6.12020-04-08
0.6.02020-03-12
0.5.02020-02-09
0.4.12020-01-17
0.4.02020-01-14
0.3.02019-11-20
0.2.02019-09-26
0.1.02019-08-26