netcom
is an R package to infer system functioning by
empirically comparing networks to each other. There are many uses of
this general approach to understanding network data. The vignette covers
several common kinds of inference. Once installed, this can be opened by
running:
vignette("tutorial", package = "netcom")
You can learn more about comparative inference in the following:
Langendorf, R. E. & Burgess, M. G. (2020) Empirically classifying network mechanisms. arXiv preprint arXiv:2012.15863.
Langendorf, R. E. (2020). Using Structural Comparisons to Measure the Behavior of Complex Systems. In Evaluating Climate Change Impacts (pp. 123-137). Chapman and Hall/CRC.
Langendorf, R. E. & Goldberg, D. S. (2019) Aligning statistical dynamics captures biological network functioning. arXiv preprint arXiv:1912.12551.
You can install the netcom package two main ways:
install.packages("netcom").
install.packages("devtools")
::install_github("langendorfr/netcom") devtools