-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
33 lines (33 loc) · 1.02 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
Package: jab
Title: Automagic computation of Jeffrey's Approximate Bayes factor
Version: 0.0.0.9001
Authors@R: person("Frederik", "Aust", email = "frederik.aust@uni-koeln.de", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-4900-788X"))
Description: Calculate Jeffrey's approximate objective Bayes factors for Wald tests in various analysis objects or from p-values, sample size, and standard error estimates.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
RdMacros: Rdpack
Imports:
assertthat (>= 0.2.1),
broom (>= 1.0.3),
Rdpack (>= 2.4),
stats (>= 4.3.0),
methods (>= 4.3.0)
Suggests:
BayesFactor (>= 0.9.12.4.4),
broom.mixed (>= 0.2.9.4),
testthat (>= 3.0.0),
dplyr (>= 1.1.2),
tidyr (>= 1.3.0),
ggplot2 (>= 3.4.0),
knitr (>= 1.43),
rmarkdown (>= 2.22),
MASS,
car (>= 3.1.2),
lmtest (>= 0.9.40),
multidplyr (>= 0.1.3),
papaja (>= 0.1.1.9001),
tibble (>= 3.2.1)
Config/testthat/edition: 3
VignetteBuilder: knitr