-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
47 lines (47 loc) · 1.36 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
Package: modelbpp
Title: Model BIC Posterior Probability
Version: 0.1.5
Authors@R:
c(person(given = "Shu Fai",
family = "Cheung",
role = c("aut", "cre"),
email = "shufai.cheung@gmail.com",
comment = c(ORCID = "0000-0002-9871-9448")),
person(given = "Huiping",
family = "Wu",
role = c("aut")),
person(given = "Shing On",
family = "Leung",
role = c("aut"),
comment = c(ORCID = "0000-0002-0962-339X")),
person(given = "Ivan Jacob Agaloos",
family = "Pesigan",
role = "ctb",
email = "r.jeksterslab@gmail.com",
comment = c(ORCID = "0000-0003-4818-8420")))
Description: Fits the neighboring models of a fitted
structural equation model and assesses the model
uncertainty of the fitted model based on BIC posterior
probabilities, using the method presented in
Wu, Cheung, and Leung (2020)
<doi:10.1080/00273171.2019.1574546>.
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Suggests:
knitr,
rmarkdown,
tinytest
Depends:
R (>= 4.0.0)
Imports:
lavaan,
parallel,
pbapply,
igraph,
manymome
VignetteBuilder: knitr
URL: https://sfcheung.github.io/modelbpp/
BugReports: https://github.com/sfcheung/modelbpp/issues
LazyData: true