How to cite the R package mpt

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

Example of an in-text citation

Analysis of the data was done using the mpt package (v0.6-2; Wickelmaier & Zeileis, 2011).

Reference list entry

Wickelmaier, F., & Zeileis, A. (2011). Multinomial processing tree models in R. https://www.R-project.org/conferences/useR-2011/TalkSlides/Contributed/17Aug_1705_FocusV_3-Psychometrics_1-Wickelmaier.pdf

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 mpt package v0.6-2 (1).

Reference list entry

1.
Wickelmaier F, Zeileis A. Multinomial processing tree models in R [Internet]. 2011. Available from: https://www.R-project.org/conferences/useR-2011/TalkSlides/Contributed/17Aug_1705_FocusV_3-Psychometrics_1-Wickelmaier.pdf

BibTeX

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

BibTeX
@MISC{Wickelmaier2011-bh,
  title  = "Multinomial processing tree models in {R}",
  author = "Wickelmaier, Florian and Zeileis, Achim",
  year   =  2011,
  url    = "https://www.R-project.org/conferences/useR-2011/TalkSlides/Contributed/17Aug_1705_FocusV_3-Psychometrics_1-Wickelmaier.pdf"
}

RIS

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

RIS
TY  - MISC
AU  - Wickelmaier, Florian
AU  - Zeileis, Achim
TI  - Multinomial processing tree models in R
PY  - 2011
DA  - 2011
UR  - https://www.R-project.org/conferences/useR-2011/TalkSlides/Contributed/17Aug_1705_FocusV_3-Psychometrics_1-Wickelmaier.pdf
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!

mpt R package release history

VersionRelease date
0.6-12019-10-08
0.6-02019-04-26
0.5-42016-09-08
0.5-32016-04-13
0.5-22015-08-28
0.5-12015-02-03
0.5-02014-10-06
0.4-12013-01-25
0.4-02011-08-29
0.3-02011-01-24
0.2-02010-09-24
0.1-02010-08-27