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:
Through the shinyapps server with this link: https://statnet.shinyapps.io/statnetWeb
On your local machine using the statnetWeb R package:
install.packages("statnetWeb")
::run_sw() statnetWeb
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:
https://cran.r-project.org/web/packages/ergm/
https://cran.r-project.org/web/packages/network/
https://cran.r-project.org/web/packages/sna/