-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
53 lines (53 loc) · 1.47 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
Package: semlbci
Title: Likelihood-Based Confidence Interval in Structural Equation Models
Version: 0.11.3
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 = "Ivan Jacob Agaloos",
family = "Pesigan",
role = "ctb",
email = "r.jeksterslab@gmail.com",
comment = c(ORCID = "0000-0003-4818-8420"))
)
Description: Forms likelihood-based confidence intervals
(LBCIs) for parameters in structural equation modeling,
introduced in Cheung and Pesigan (2023)
<doi:10.1080/10705511.2023.2183860>. Currently
implements the algorithm illustrated by Pek and Wu
(2018) <doi:10.1037/met0000163>, and supports the robust
LBCI proposed by Falk (2018)
<doi:10.1080/10705511.2017.1367254>.
URL: https://sfcheung.github.io/semlbci/
BugReports: https://github.com/sfcheung/semlbci/issues
License: GPL-3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Suggests:
testthat (>= 3.0.0),
knitr,
rmarkdown
Depends:
R (>= 4.0.0)
Imports:
lavaan (>= 0.6.13),
nloptr,
stats,
utils,
MASS,
ggplot2,
ggrepel,
rlang,
pbapply,
callr,
methods
VignetteBuilder: knitr
Config/testthat/parallel: true
Config/testthat/edition: 3
Config/testthat/start-first: semlbci_wn_mg_*, ur_ci_bound_ur*