statnetWeb

This is an R-shiny interface for the statnet suite of R packages. It currently incorporates functionality from the ergm, network and sna packages, allowing users to explore, fit and assess exponential random graph models via a simple GUI.

The app can be run in two ways:

install.packages("statnetWeb")
statnetWeb::run_sw()

More info on the statnetWeb wiki:
https://github.com/statnet/statnetWeb/wiki

Please use the GitHub repository to report bugs or request features: https://https://github.com/statnet/statnetWeb

More info on the statnet suite of packages:
https://statnet.org

statnet packages on CRAN used by statnetWeb:
http://cran.r-project.org/web/packages/ergm/
http://cran.r-project.org/web/packages/network/
http://cran.r-project.org/web/packages/sna/

Travis build status