How to cite the R package ridge
ridge is a popular R package that is available at https://cran.r-project.org/web/packages/ridge/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.
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 ridge package have suggested.
Example of an in-text citation
Analysis of the data was done using the ridge package (v2.9; Cule et al., 2021).
Reference list entry
Cule, E., Moritz, S., & Frankowski, D. (2021). ridge: Ridge Regression with Automatic Selection of the Penalty Parameter. https://CRAN.R-project.org/package=ridge
Vancouver citation
Formatted according to Vancouver style. Simply copy it to the references section as is.
Example of an in-text citation
Analysis of the data was done using the ridge package v2.9 (1).
Reference list entry
1.Cule E, Moritz S, Frankowski D. ridge: Ridge Regression with Automatic Selection of the Penalty Parameter [Internet]. 2021. Available from: https://CRAN.R-project.org/package=ridge
BibTeX
Reference entry in BibTeX format. Simply copy it to your favorite citation manager.
@MISC{Cule2021-cn, title = "ridge: Ridge Regression with Automatic Selection of the Penalty Parameter", author = "Cule, Erika and Moritz, Steffen and Frankowski, Dan", year = 2021, url = "https://CRAN.R-project.org/package=ridge" }
RIS
Reference entry in RIS format. Simply copy it to your favorite citation manager.
TY - MISC AU - Cule, Erika AU - Moritz, Steffen AU - Frankowski, Dan TI - ridge: Ridge Regression with Automatic Selection of the Penalty Parameter PY - 2021 DA - 2021 UR - https://CRAN.R-project.org/package=ridge 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!
ridge R package release history
Version | Release date |
---|---|
2.8 | 2021-01-15 |
2.7 | 2020-09-04 |
2.6 | 2020-09-02 |
2.5 | 2020-03-20 |
2.4 | 2019-03-15 |
2.3 | 2018-07-26 |
2.2 | 2017-02-27 |
2.1-3 | 2014-03-04 |
2.1-2 | 2012-09-28 |
2.1-1 | 2012-08-23 |
2.1 | 2012-08-23 |
2.0 | 2012-08-15 |
1.0 | 2012-06-30 |