https://github.com/cran/bayestestR
Raw File
Tip revision: fe07bfa906d7e155439160caee538a3449cd3877 authored by Dominique Makowski on 08 April 2019, 08:42:41 UTC
version 0.1.0
Tip revision: fe07bfa
CITATION
bibentry(
    bibtype="Article",
	title="Understand and Describe Bayesian Models and Posterior Distributions using BayestestR",
	author=c(person("Dominique", "Makowski"), 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. & 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