-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
40 lines (40 loc) · 1.58 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
Package: bain
Type: Package
Title: Bayes Factors for Informative Hypotheses
Version: 0.2.11
Authors@R: c(
person(c("Xin"), "Gu", role = c("aut"), email = "[email protected]"),
person(c("Herbert"), "Hoijtink", role = c("aut"), email = "[email protected]"),
person(c("Joris"), "Mulder", role = c("aut"), email = "[email protected]"),
person(c("Caspar", "J"), "van Lissa", role = c("aut", "cre"), email = "[email protected]"),
person(c("Van Zundert"), "Camiel", role = "ctb"),
person(c("Jeff"), "Jones", role = "ctb"),
person(c("Niels"), "Waller", role = "ctb")
)
Description: Computes approximated adjusted fractional Bayes factors for
equality, inequality, and about equality constrained hypotheses.
For a tutorial on this method, see Hoijtink, Mulder, van Lissa, & Gu,
(2019) <doi:10.1037/met0000201>. For applications in structural equation
modeling, see: Van Lissa, Gu, Mulder, Rosseel, Van Zundert, &
Hoijtink, (2021) <doi:10.1080/10705511.2020.1745644>. For the statistical
underpinnings, see Gu, Mulder, and Hoijtink (2018) <doi:10.1111/bmsp.12110>;
Hoijtink, Gu, & Mulder, J. (2019) <doi:10.1111/bmsp.12145>; Hoijtink, Gu,
Mulder, & Rosseel, (2019) <doi:10.31234/osf.io/q6h5w>.
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
URL: https://informative-hypotheses.sites.uu.nl/software/bain/
BugReports: https://github.com/cjvanlissa/bain/
NeedsCompilation: yes
RoxygenNote: 7.3.1
Depends:
R (>= 3.0.0),
stats
Imports:
lavaan
Suggests:
MASS,
testthat,
knitr,
rmarkdown
VignetteBuilder: knitr