ergm icon indicating copy to clipboard operation
ergm copied to clipboard

Fit, Simulate and Diagnose Exponential-Family Models for Networks

Results 127 ergm issues
Sort by recently updated
recently updated
newest added

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...

Status: Help Wanted
good first issue
Type: Enhancement
Language: R
Component: Estimation

The affected functions are `MH_BipartiteHammingConstantEdges()` and `MH_BipartiteHammingTNT()`. Both to be updated to use the storage or auxiliary storage API.

Type: Bug
Language: C
Component: Proposals

Currently, the test only computes summary for some randomly selected networks and computes the edge statistic.

Status: Help Wanted
good first issue
Type: Maintenance
Language: R
Component: Tests

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...

Type: Enhancement
Language: R
Component: Estimation

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...

Type: Enhancement
Language: R

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...

Type: Question
Type: Enhancement
Language: R
Component: Simulation

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...

Type: Enhancement

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...

Status: Help Wanted
Type: Enhancement
Language: R
Language: Rmd
Component: Estimation

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...

Type: Enhancement
Language: C
Component: Core
Component: Constraints

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...

Type: Enhancement
Language: Rd
Component: Documentation
Language: Roxygen