ergm
ergm copied to clipboard
Fit, Simulate and Diagnose Exponential-Family Models for Networks
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
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.
Perhaps working off the example at https://github.com/statnet/ergm/issues/389.
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...
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++...