https://github.com/cran/bayestestR
Revision fe07bfa906d7e155439160caee538a3449cd3877 authored by Dominique Makowski on 08 April 2019, 08:42:41 UTC, committed by cran-robot on 08 April 2019, 08:42:41 UTC
0 parent
Raw File
Tip revision: fe07bfa906d7e155439160caee538a3449cd3877 authored by Dominique Makowski on 08 April 2019, 08:42:41 UTC
version 0.1.0
Tip revision: fe07bfa
DESCRIPTION
Package: bayestestR
Type: Package
Title: Understand and Describe Bayesian Models and Posterior
        Distributions
Version: 0.1.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"))
	)
Maintainer: Dominique Makowski <dom.makowski@gmail.com>
URL: https://github.com/easystats/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, 2014 <doi:10.1016/B978-0-12-405888-0.09999-2>) and indices used for null-hypothesis testing (such as ROPE percentage and pd).
License: GPL-3
Encoding: UTF-8
LazyData: true
Depends: R (>= 3.0), stats
Imports: insight
Suggests: brms, broom, covr, dplyr, tidyr, ggplot2, ggridges, knitr,
        rmarkdown, rstanarm, stringr, testthat
RoxygenNote: 6.1.1
Language: en-GB
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2019-04-08 07:48:00 UTC; Dom
Author: Dominique Makowski [aut, cre] (<https://orcid.org/0000-0001-5375-9967>),
  Daniel Lüdecke [aut] (<https://orcid.org/0000-0002-8895-3206>)
Repository: CRAN
Date/Publication: 2019-04-08 09:42:41 UTC
back to top