-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
33 lines (33 loc) · 1018 Bytes
/
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: IVPP
Type: Package
Title: Invariance Partial Pruning Test
Version: 1.1.0
Authors@R:
person(
"Xinkai", "Du", ,
role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0002-4158-7878")
)
Description: An implementation of the Invariance Partial Pruning (IVPP) approach
described in Du, X., Johnson, S. U., Epskamp, S. (2025) The Invariance Partial
Pruning Approach to The Network Comparison in Longitudinal Data. IVPP is a
two-step method that first test for global network structural difference with
invariance test and then inspect specific edge difference with partial pruning.
License: GPL (>= 3)
Encoding: UTF-8
Depends: R (>= 4.3.0)
Imports:
bootnet,
clusterGeneration,
dplyr,
mvtnorm,
psychonetrics,
graphicalVAR,
lifecycle,
future.apply,
future
BugReports: https://github.com/xinkaidupsy/IVPP/issues
URL: https://github.com/xinkaidupsy/IVPP
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)