-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
47 lines (47 loc) · 1.72 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: 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 = "[email protected]",
comment = c(ORCID = "0000-0002-9871-9448")),
person(given = "Ivan Jacob Agaloos",
family = "Pesigan",
role = "ctb",
email = "[email protected]",
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
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*
NeedsCompilation: no
Packaged: 2025-01-25 02:30:12 UTC; shufa
Author: Shu Fai Cheung [aut, cre] (<https://orcid.org/0000-0002-9871-9448>),
Ivan Jacob Agaloos Pesigan [ctb]
(<https://orcid.org/0000-0003-4818-8420>)
Maintainer: Shu Fai Cheung <[email protected]>
Repository: CRAN
Date/Publication: 2025-01-25 07:30:02 UTC