https://github.com/cran/bayestestR
Revision 9985109256c08d654edb46adb9cb20c913fb1888 authored by Dominique Makowski on 29 May 2019, 14:10:02 UTC, committed by cran-robot on 29 May 2019, 14:10:02 UTC
1 parent fe07bfa
Raw File
Tip revision: 9985109256c08d654edb46adb9cb20c913fb1888 authored by Dominique Makowski on 29 May 2019, 14:10:02 UTC
version 0.2.0
Tip revision: 9985109
CITATION
bibentry(
    bibtype="Article",
	title="Understand and Describe Bayesian Models and Posterior Distributions using bayestestR",
	author=c(person("Dominique", "Makowski"), person("Mattan S.", "Ben-Shachar"), person("Daniel", "Lüdecke")),
    journal="CRAN",
    doi="10.5281/zenodo.2556486",
	year="2019",
	note="R package",
	url="https://github.com/easystats/bayestestR",

	textVersion =
  	paste("Makowski, D., Ben-Shachar M. S. & Lüdecke, D. (2019). Understand and Describe Bayesian Models and Posterior Distributions using bayestestR. CRAN.",
        "Available from https://github.com/easystats/bayestestR.",
		"DOI: 10.5281/zenodo.2556486.",
        sep=" "),

	mheader = "To cite bayestestR in publications use:")
back to top