Skip to main content
  • Home
  • Development
  • Documentation
  • Donate
  • Operational login
  • Browse the archive

swh logo
SoftwareHeritage
Software
Heritage
Archive
Features
  • Search

  • Downloads

  • Save code now

  • Add forge now

  • Help

swh:1:snp:2c68a6c5a8af2f06ac2c0225927f25b54fd1f9d0
  • Code
  • Branches (24)
  • Releases (0)
    • Branches
    • Releases
    • HEAD
    • refs/heads/master
    • refs/tags/0.1.0
    • refs/tags/0.10.0
    • refs/tags/0.10.5
    • refs/tags/0.11.0
    • refs/tags/0.11.5
    • refs/tags/0.12.1
    • refs/tags/0.13.0
    • refs/tags/0.2.0
    • refs/tags/0.2.2
    • refs/tags/0.2.5
    • refs/tags/0.3.0
    • refs/tags/0.4.0
    • refs/tags/0.5.0
    • refs/tags/0.5.1
    • refs/tags/0.5.2
    • refs/tags/0.5.3
    • refs/tags/0.6.0
    • refs/tags/0.7.0
    • refs/tags/0.7.2
    • refs/tags/0.7.5
    • refs/tags/0.8.0
    • refs/tags/0.8.2
    • refs/tags/0.9.0
    No releases to show
  • 9745a9f
  • /
  • DESCRIPTION
Raw File Download
Permalinks

To reference or cite the objects present in the Software Heritage archive, permalinks based on SoftWare Hash IDentifiers (SWHIDs) must be used.
Select below a type of object currently browsed in order to display its associated SWHID and permalink.

  • content
  • directory
  • revision
  • snapshot
content badge Iframe embedding
swh:1:cnt:a853026a8ec9dba81bd8c1757e46fbe3a2d56e21
directory badge Iframe embedding
swh:1:dir:9745a9f872ea129afee27b075fa94477ab4e731f
revision badge
swh:1:rev:01482dc32c49cc56111762e704c854b5f287966a
snapshot badge
swh:1:snp:2c68a6c5a8af2f06ac2c0225927f25b54fd1f9d0
Citations

This interface enables to generate software citations, provided that the root directory of browsed objects contains a citation.cff or codemeta.json file.
Select below a type of object currently browsed in order to generate citations for them.

  • content
  • directory
  • revision
  • snapshot
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
Tip revision: 01482dc32c49cc56111762e704c854b5f287966a authored by Dominique Makowski on 20 April 2020, 05:10:28 UTC
version 0.6.0
Tip revision: 01482dc
DESCRIPTION
Package: bayestestR
Type: Package
Title: Understand and Describe Bayesian Models and Posterior
        Distributions
Version: 0.6.0
Authors@R: c(
    person("Dominique", 
		"Makowski", 
		email = "dom.makowski@gmail.com",
		role = c("aut", "cre"), 
		comment = c(ORCID = "0000-0001-5375-9967")),
	person("Daniel", 
		"Lüdecke", 
		role = c("aut"), 
		email = "d.luedecke@uke.de", 
		comment = c(ORCID = "0000-0002-8895-3206")),
	person("Mattan S.", 
		"Ben-Shachar", 
		role = c("aut"), 
		email = "matanshm@post.bgu.ac.il", 
		comment = c(ORCID = "0000-0002-4287-4801")),
	person("Michael D.", 
		"Wilson", 
		role = c("aut"), 
		email = "michael.d.wilson@curtin.edu.au", 
		comment = c(ORCID = "0000-0003-4143-7308")),
	person("Paul-Christian", 
		"Bürkner", 
		role = c("rev"), 
		email = "paul.buerkner@gmail.com"),
	person("Tristan", 
		"Mahr", 
		role = c("rev"),
		email = "tristan.mahr@wisc.edu",
		comment = c(ORCID = "0000-0002-8890-5116")),
	person("Henrik",
		"Singmann",
		role = c("ctb"),
		email = "singmann@gmail.com",
		comment = c(ORCID = "0000-0002-4842-3657")),
	person("Quentin F.",
		"Gronau",
		role = c("ctb"),
		comment = c(ORCID = "0000-0001-5510-6943"))
	)
Maintainer: Dominique Makowski <dom.makowski@gmail.com>
URL: https://easystats.github.io/bayestestR/
BugReports: https://github.com/easystats/bayestestR/issues
Description: Provides utilities to describe posterior distributions and Bayesian models. It includes point-estimates such as Maximum A Posteriori (MAP), measures of dispersion (Highest Density Interval - HDI; Kruschke, 2015 <doi:10.1016/C2012-0-00477-2>) and indices used for null-hypothesis testing (such as ROPE percentage, pd and Bayes factors).
License: GPL-3
Encoding: UTF-8
LazyData: true
Depends: R (>= 3.0)
Imports: insight (>= 0.8.0), methods, stats, utils
Suggests: BayesFactor, bridgesampling, brms, broom, covr, dplyr,
        emmeans, GGally, ggplot2, ggridges, KernSmooth, knitr, MASS,
        mclust, modelbased, lme4, logspline, performance, rmarkdown,
        rstan, rstanarm, see, stringr, testthat, tidyr, tweedie
RoxygenNote: 7.1.0
Language: en-GB
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2020-04-20 01:53:02 UTC; domma
Author: Dominique Makowski [aut, cre] (<https://orcid.org/0000-0001-5375-9967>),
  Daniel Lüdecke [aut] (<https://orcid.org/0000-0002-8895-3206>),
  Mattan S. Ben-Shachar [aut] (<https://orcid.org/0000-0002-4287-4801>),
  Michael D. Wilson [aut] (<https://orcid.org/0000-0003-4143-7308>),
  Paul-Christian Bürkner [rev],
  Tristan Mahr [rev] (<https://orcid.org/0000-0002-8890-5116>),
  Henrik Singmann [ctb] (<https://orcid.org/0000-0002-4842-3657>),
  Quentin F. Gronau [ctb] (<https://orcid.org/0000-0001-5510-6943>)
Repository: CRAN
Date/Publication: 2020-04-20 06:10:28 UTC

Software Heritage — Copyright (C) 2015–2025, The Software Heritage developers. License: GNU AGPLv3+.
The source code of Software Heritage itself is available on our development forge.
The source code files archived by Software Heritage are available under their own copyright and licenses.
Terms of use: Archive access, API— Contact— JavaScript license information— Web API

back to top