How to cite the R package pdp

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

Example of an in-text citation

Analysis of the data was done using the pdp package (v0.7.0; Greenwell, 2017).

Reference list entry

Greenwell, B. M. (2017). pdp: An R Package for Constructing Partial Dependence Plots. In The R Journal (Vol. 9, Issue 1, pp. 421–436). https://journal.r-project.org/archive/2017/RJ-2017-016/index.html

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 pdp package v0.7.0 (1).

Reference list entry

1.
Greenwell BM. pdp: An R Package for Constructing Partial Dependence Plots [Internet]. Vol. 9, The R Journal. 2017. p. 421–36. Available from: https://journal.r-project.org/archive/2017/RJ-2017-016/index.html

BibTeX

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

BibTeX
@MISC{Greenwell2017-mx,
  title   = "pdp: An {R} Package for Constructing Partial Dependence Plots",
  author  = "Greenwell, Brandon M",
  journal = "The R Journal",
  volume  =  9,
  number  =  1,
  pages   = "421--436",
  year    =  2017,
  url     = "https://journal.r-project.org/archive/2017/RJ-2017-016/index.html"
}

RIS

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

RIS
TY  - MISC
AU  - Greenwell, Brandon M
TI  - pdp: An R Package for Constructing Partial Dependence Plots
T2  - The R Journal
VL  - 9
IS  - 1
SP  - 421-436
PY  - 2017
DA  - 2017
UR  - https://journal.r-project.org/archive/2017/RJ-2017-016/index.html
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!

pdp R package release history

VersionRelease date
0.6.02017-07-20
0.5.22017-03-13
0.4.02017-01-07
0.3.02016-12-19
0.2.02016-12-03
0.1.02016-10-06
0.0.42016-09-17
0.0.12016-09-02