A Shiny app to help interpret GW-Degree estimates in ERGMs
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
Most researchers are misinterpreting geometrically weighted degree (GWD) estimates in exponential random graph models (ERGMs) of networks. By a 3:1 ratio papers cite positive estimates of GWD as indicative of a popularity or centralization force; in fact, positive estimates indicate dispersion of edges.
Shiny app
Here is a Shiny app that allows you to examine the effects of GWD parameter and decay-parameter values on network degree distributions. On the app’s other tabs, it provides some intuition on how the GWD statistic works and how GWD and GWESP – which is used to model triadic closure – are confounded.
Poster
I presented this research at the 2016 Political Networks conference. Check out the poster, which includes a literature review showing how prevalent this mistake is, by clicking on the image.
App use and local deployment
You can play with the Shiny app online through the above link, but if you’re going to use it extensively, it will be faster and more reliable to clone the app and run it locally. Instructions for that are at the GitHub repo. Because the ERGM simulations and estimations are computationally expensive, I’ve restricted network size and density limits and simulation parameters pretty heavily for the online version. If you’d like a version of the app that relaxes those restrictions, send me a message to spur me to build that out.
Here are my imagined uses for the app, besides just trying to providing some intuition on how the statistic and parameters behave.
-
Before estimating ERGMs, enter observed network size and density and compare empirical degree distribution to those generated under a range of decay, \(\theta_S\), and GWD, \(\theta_{GWD}\), values.
-
After estimating ERGMs, enter estimated parameter values and compare degree distribution under the null hypothesis of a random graph to the degree distribution implied by GWD estimates.
R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.