ergm
ergm copied to clipboard
Fit, Simulate and Diagnose Exponential-Family Models for Networks
As of this writing, the default is to use "confidence" criterion, but it might be worth going back to "Hummel", and others might be worth trying as well. This choice...
The affected functions are `MH_BipartiteHammingConstantEdges()` and `MH_BipartiteHammingTNT()`. Both to be updated to use the storage or auxiliary storage API.
Currently, the test only computes summary for some randomly selected networks and computes the edge statistic.
Here's an example of `Rprof` results for a recent run of a 60-parameter multilayer model: It was run on a cluster with `parallel=8`. The runtime was: ``` > proc.time() user...
Mentioned by @krivit in https://github.com/statnet/ergm/issues/217#issuecomment-765741463, we can extend `param_names()`. We can also have a dedicated `term_labels()` that creates unique labels for the terms. This is needed in any reporting context...
Essentially, instead of `specturm0.mvar()`, we call that function; it seems to do everything we need except handle parallel chains, and it may well do so faster and more robustly. (At...
At this time, we represent the information needed to obtain the MPLE in three objects: * Covariates: u*p-matrix of doubles (change statistic vector for the dyad) * Response: u-vector of...
This could work in tandem with the existing nonidentifiability detection; in particular, the existing `alias.formula()` and `alias.lm()` methods provide more detail: not only which statistics are aliased by those before...
Back in 2016, we discovered that the `bd()` constraint that was enforced as follows: 1. Propose a toggle. 2. Check if the proposal violates the constraint. 3. If violates, repeat...
There are a couple of problems with the current documentation -- which needs to be able to serve a wide range of users, from first-timers needing to understand the syntax...