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

Some statistics that could be implemented: * Dichotomised statistics (i.e., normal GoF statistics for nonzero ties) * Cumulative distribution of edge values * Outsums/Insums/B1Sums/B2sums

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

Say, if `control.ergm(parallel=TRUE)` (or perhaps even `options(ergm.parallel=TRUE)`), `ergm()` and others will run `getOption("Ncpus")` and/or `getOption("mc.cores")` and/or `detectCores()`, to autodetect the number of CPUs/cores.

Type: Enhancement
Language: R
Component: Simulation

Perhaps working off the example at https://github.com/statnet/ergm/issues/389.

Status: Help Wanted
Language: R
Component: Tests

There is nothing this vignette does that `?ergmTerm` doesn't, but `ergmTerm` is dynamically updated as packages are loaded and unloaded, whereas the vignette can only index those that are installed...

Language: Rmd
Component: Documentation

on my Win laptop ``` REDIRECT:topic %ergmlhs% ergm_state.html [ FAIL ] ergm_symmetrize html ergmlhs html REDIRECT:topic %ergmlhs% ergmlhs.html [ FAIL ] REDIRECT:topic %ergmlhs% ergmlhs.html [ FAIL ] ```

a set of examples for each term, showing how to use it in different contexts (e.g., binary, valued, directed, with Operators, etc)

This originally started as a reference for just the ergm terms. It now includes some info on term operators, but not enough to make it useful to the type of...

For example, we might want a way to insert some information about dynamic and durational terms into the help returned by `?ergmTerm` when `tergm` is loaded. This is not particularly...

Hi there. A few years ago I estimated an ERGM with version 3.8.0. I am now trying to estimate it again with version 4.0.1, but the model no longer converges....

I've been working with Discrete Exponential Family Models (i.e., not necessarily ERGMs). For that reason (and for fun/learning, obviously), I've been putting a lot of effort into building a [C++...