-
-
Notifications
You must be signed in to change notification settings - Fork 55
/
DESCRIPTION
131 lines (131 loc) · 3.82 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
Type: Package
Package: bayestestR
Title: Understand and Describe Bayesian Models and Posterior Distributions
Version: 0.15.0.2
Authors@R:
c(person(given = "Dominique",
family = "Makowski",
role = c("aut", "cre"),
email = "dom.makowski@gmail.com",
comment = c(ORCID = "0000-0001-5375-9967")),
person(given = "Daniel",
family = "Lüdecke",
role = "aut",
email = "d.luedecke@uke.de",
comment = c(ORCID = "0000-0002-8895-3206")),
person(given = "Mattan S.",
family = "Ben-Shachar",
role = "aut",
email = "matanshm@post.bgu.ac.il",
comment = c(ORCID = "0000-0002-4287-4801")),
person(given = "Indrajeet",
family = "Patil",
role = "aut",
email = "patilindrajeet.science@gmail.com",
comment = c(ORCID = "0000-0003-1995-6531")),
person(given = "Micah K.",
family = "Wilson",
role = "aut",
email = "micah.k.wilson@curtin.edu.au",
comment = c(ORCID = "0000-0003-4143-7308")),
person(given = "Brenton M.",
family = "Wiernik",
role = "aut",
email = "brenton@wiernik.org",
comment = c(ORCID = "0000-0001-9560-6336")),
person(given = "Paul-Christian",
family = "Bürkner",
role = "rev",
email = "paul.buerkner@gmail.com"),
person(given = "Tristan",
family = "Mahr",
role = "rev",
email = "tristan.mahr@wisc.edu",
comment = c(ORCID = "0000-0002-8890-5116")),
person(given = "Henrik",
family = "Singmann",
role = "ctb",
email = "singmann@gmail.com",
comment = c(ORCID = "0000-0002-4842-3657")),
person(given = "Quentin F.",
family = "Gronau",
role = "ctb",
comment = c(ORCID = "0000-0001-5510-6943")),
person(given = "Sam",
family = "Crawley",
role = "ctb",
email = "sam@crawley.nz",
comment = c(ORCID = "0000-0002-7847-0411")))
Maintainer: Dominique Makowski <dom.makowski@gmail.com>
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). References: Makowski et al. (2021) <doi:10.21105/joss.01541>.
Depends:
R (>= 3.6)
Imports:
insight (>= 0.20.5),
datawizard (>= 0.13.0),
graphics,
methods,
stats,
utils
Suggests:
BayesFactor (>= 0.9.12-4.4),
bayesQR,
bayesplot,
betareg,
BH,
blavaan,
bridgesampling,
brms,
collapse,
curl,
effectsize,
emmeans,
gamm4,
ggdist,
ggplot2,
glmmTMB,
httr2,
KernSmooth,
knitr,
lavaan,
lme4,
logspline (>= 2.1.21),
marginaleffects (>= 0.21.0),
MASS,
mclust,
mediation,
modelbased,
ordbetareg,
parameters,
patchwork,
performance,
quadprog,
posterior,
RcppEigen,
rmarkdown,
rstan,
rstanarm,
see (>= 0.8.5),
testthat,
tweedie,
withr
License: GPL-3
URL: https://easystats.github.io/bayestestR/
BugReports: https://github.com/easystats/bayestestR/issues
VignetteBuilder:
knitr
Encoding: UTF-8
Language: en-US
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
Config/testthat/edition: 3
Config/testthat/parallel: true
Config/rcmdcheck/ignore-inconsequential-notes: true
Config/Needs/website: easystats/easystatstemplate
Config/Needs/check: stan-dev/cmdstanr
Remotes: easystats/insight