-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
71 lines (71 loc) · 2.58 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
Package: nevada
Type: Package
Title: Network-Valued Data Analysis
Version: 0.2.0.9000
Authors@R: c(
person(given = "Ilenia",
family = "Lovato",
role = "aut",
email = "[email protected]"),
person(given = "Alessia",
family = "Pini",
role = "aut",
email = "[email protected]"),
person(given = "Aymeric",
family = "Stamm",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-8725-3654")),
person(given = "Simone",
family = "Vantini",
role = "aut",
email = "[email protected]"))
Description: A flexible statistical framework for network-valued data analysis.
It leverages the complexity of the space of distributions on graphs by using
the permutation framework for inference as implemented in the 'flipr' package.
Currently, only the two-sample testing problem is covered and generalization
to k samples and regression will be added in the future as well. It is a
4-step procedure where the user chooses a suitable representation of the
networks, a suitable metric to embed the representation into a metric space,
one or more test statistics to target specific aspects of the distributions
to be compared and a formula to compute the permutation p-value. Two types
of inference are provided: a global test answering whether there is a
difference between the distributions that generated the two samples and a
local test for localizing differences on the network structure. The latter
is assumed to be shared by all networks of both samples. References: Lovato,
I., Pini, A., Stamm, A., Vantini, S. (2020) "Model-free two-sample test for
network-valued data" <doi:10.1016/j.csda.2019.106896>; Lovato, I., Pini, A.,
Stamm, A., Taquet, M., Vantini, S. (2021) "Multiscale null hypothesis
testing for network-valued data: Analysis of brain networks of patients with
autism" <doi:10.1111/rssc.12463>.
License: GPL (>= 3)
Encoding: UTF-8
Imports:
igraph,
Rcpp,
tidyr,
dplyr,
purrr,
tibble,
forcats,
ggplot2,
rlang,
magrittr,
flipr,
cli,
withr,
tsne,
umap,
furrr,
rgeomstats
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)
URL: https://astamm.github.io/nevada/,
https://github.com/astamm/nevada/
BugReports: https://github.com/astamm/nevada/issues/
Suggests:
knitr,
rmarkdown,
covr
VignetteBuilder: knitr
LinkingTo: Rcpp, RcppArmadillo