How to cite the R package blm

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

Example of an in-text citation

Analysis of the data was done using the blm package (v2013.2.4.4; Kovalchik & Varadhan, 2013).

Reference list entry

Kovalchik, S., & Varadhan, R. (2013). Fitting Additive Binomial Regression Models with the R Package blm. In Journal of Statistical Software (Vol. 54, Issue 1, pp. 1–18). http://www.jstatsoft.org/v54/i01/

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 blm package v2013.2.4.4 (1).

Reference list entry

1.
Kovalchik S, Varadhan R. Fitting Additive Binomial Regression Models with the R Package blm [Internet]. Vol. 54, Journal of Statistical Software. 2013. p. 1–18. Available from: http://www.jstatsoft.org/v54/i01/

BibTeX

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

BibTeX
@MISC{Kovalchik2013-ir,
  title   = "Fitting Additive Binomial Regression Models with the {R} Package
             {blm}",
  author  = "Kovalchik, Stephanie and Varadhan, Ravi",
  journal = "Journal of Statistical Software",
  volume  =  54,
  number  =  1,
  pages   = "1--18",
  year    =  2013,
  url     = "http://www.jstatsoft.org/v54/i01/"
}

RIS

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

RIS
TY  - MISC
AU  - Kovalchik, Stephanie
AU  - Varadhan, Ravi
TI  - Fitting Additive Binomial Regression Models with the R Package blm
T2  - Journal of Statistical Software
VL  - 54
IS  - 1
SP  - 1-18
PY  - 2013
DA  - 2013
UR  - http://www.jstatsoft.org/v54/i01/
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: Start citing now!

blm R package release history

VersionRelease date
2013.2.4.32013-05-17
2013.2.4.22013-04-17
2013.2.4.12013-02-11
2012.2.42012-12-14
2012.2.32012-11-19
2012.2.22012-10-06
2012.2.12012-05-19
2011.2.02011-11-23
2011.1.32011-08-19
1.22011-07-04