Skip to content

An R package to infer system functioning by empirically comparing networks to each other.

Notifications You must be signed in to change notification settings

langendorfr/netcom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

101 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

netcom

License: GPL v3 CRAN_Status_Badge metacran downloads

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:

  1. A release version of the package can be installed from CRAN (the Comprehensive R Archive Network): https://cran.r-project.org/package=netcom.
install.packages("netcom").
  1. Alternatively, the (sometimes) more recent development version can be installed from GitHub: https://github.com/langendorfr/netcom. This can be accomplished with the devtools package. We recommend new users install the other version, from CRAN, which may have less functioning but has been more reliably tested.
install.packages("devtools")
devtools::install_github("langendorfr/netcom")

About

An R package to infer system functioning by empirically comparing networks to each other.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages