https://github.com/cran/bayestestR
Tip revision: 3da49db3cf0eea4d2c5eba241ddb5470cd7dd929 authored by Dominique Makowski on 26 January 2021, 16:40:03 UTC
version 0.8.2
version 0.8.2
Tip revision: 3da49db
DESCRIPTION
Package: bayestestR
Type: Package
Title: Understand and Describe Bayesian Models and Posterior
Distributions
Version: 0.8.2
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")),
person("Sam",
"Crawley",
role = c("ctb"),
email = "sam@crawley.nz",
comment = c(ORCID = "0000-0002-7847-0411"))
)
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.4)
Imports: insight (>= 0.12.0), methods, stats, utils
Suggests: BayesFactor, bayesQR, bridgesampling, brms, broom, covr,
dplyr, effectsize, emmeans, GGally, ggplot2, ggridges, httr,
KernSmooth, knitr, MASS, mclust, modelbased, lavaan, lme4,
logspline, mediation, parameters, performance, rmarkdown,
rstan, rstanarm, see, stringr, testthat, tidyr, tweedie
RoxygenNote: 7.1.1
Language: en-GB
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2021-01-26 15:11:59 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>),
Sam Crawley [ctb] (<https://orcid.org/0000-0002-7847-0411>)
Repository: CRAN
Date/Publication: 2021-01-26 17:40:03 UTC