How to cite the R package lsr

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

Example of an in-text citation

Analysis of the data was done using the lsr package (v0.5; Navarro, 2015).

Reference list entry

Navarro, D. (2015). Learning statistics with R: A tutorial for psychology students and other beginners. (Version 0.5). University of Adelaide. http://ua.edu.au/ccs/teaching/lsr

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 lsr package v0.5 (1).

Reference list entry

1.
Navarro D. Learning statistics with R: A tutorial for psychology students and other beginners. (Version 0.5) [Internet]. Adelaide, Australia: University of Adelaide; 2015. Available from: http://ua.edu.au/ccs/teaching/lsr

BibTeX

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

BibTeX
@MISC{Navarro2015-nm,
  title       = "Learning statistics with R: A tutorial for psychology students
                 and other beginners. (Version 0.5)",
  author      = "Navarro, Daniel",
  institution = "University of Adelaide",
  year        =  2015,
  url         = "http://ua.edu.au/ccs/teaching/lsr",
  address     = "Adelaide, Australia"
}

RIS

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

RIS
TY  - MISC
AU  - Navarro, Daniel
TI  - Learning statistics with R: A tutorial for psychology students and other
      beginners. (Version 0.5)
PY  - 2015
DA  - 2015
CY  - Adelaide, Australia
UR  - http://ua.edu.au/ccs/teaching/lsr
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!

lsr R package release history

VersionRelease date
0.3.22014-01-31
0.3.12013-11-19
0.32013-11-13
0.2.42013-06-13
0.2.32013-04-19
0.2.22013-01-15
0.2.12012-11-28
0.22012-11-14
0.1.12012-01-23
0.12011-12-11