forked from cvborkulo/NetworkComparisonTest
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
37 lines (37 loc) · 1.36 KB
/
DESCRIPTION
File metadata and controls
37 lines (37 loc) · 1.36 KB
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
Package: NetworkComparisonTest
Type: Package
Title: Statistical Comparison of Two Networks Based on Three Invariance Measures
Version: 2.2.2
Authors@R: c(
person("Claudia", "van Borkulo", email = "cvborkulo@gmail.com",role = c("aut","cre")),
person("Sacha", "Epskamp", role = c("aut")),
person("Payton", "Jones", role = c("aut")),
person("Jonas", "Haslbeck", role = c("ctb")),
person("Alex", "Millner", role = c("ctb")))
Maintainer: Claudia van Borkulo <cvborkulo@gmail.com>
Imports:
foreach,
qgraph,
IsingFit,
IsingSampler,
reshape2,
stats,
graphics,
utils,
Matrix,
methods,
bigstatsr,
doParallel,
parallelly
Suggests:
networktools
Description: This permutation based hypothesis test, suited for Gaussian and binary data,
assesses the difference between two networks based on several invariance measures
(e.g., network structure invariance, global strength invariance, edge invariance).
Network structures are estimated with l1-regularized partial correlations (Gaussian data)
or with l1-regularized logistic regression (eLasso, binary data). Suited for comparison
of independent and dependent samples. For dependent samples, only supported for data of
one group which is measured twice. See van Borkulo et al. (2017)
<doi:10.13140/RG.2.2.29455.38569>.
License: GPL-2
RoxygenNote: 7.1.2