ergm
ergm copied to clipboard
Fit, Simulate and Diagnose Exponential-Family Models for Networks
It appears that the R side of the implementation doesn't currently take any arguments, and the C implementation only exists for bipartite networks. It's a potentially useful constraint, so we...
Candidates for the move: `R/ergm.utility.R`: - [ ] `is.SPD` - [ ] `ssolve` - [ ] `sginv` - [ ] `srcond` - [ ] `snearPD` - [ ] `xTAx` -...
when i add distance and language Exogenous contextual network(from CEPII dataset) which with the same nodes with origin trade network, I meet some problem: Error in if (any(low.drop.theta)) message(paste("Observed statistic(s)",...
There are several ways to make `san()` more efficient: - [x] 1. Autodetect when the annealing has "converged" for a given temperature and so should move to the next lower...
Several packages, in particular `ergm`, `ergm.ego`, `tergm`, and `ergm.multi` have common arguments, such as `formula`, `response`, `basis`, etc.. To avoid code duplication between packages, it would be helpful to create...
This is a follow-up on #246. The main issue is that two-column GLM output produces different log-likelihood values due to the binomial coefficient, and this will need to be adjusted....
Something along the lines of `ergm_keyword()`.
In principle, there is nothing stopping us from splitting the dyads up into batches, calling the C code on worker nodes, then concatenating the results. @chad-klumb , @martinamorris , is...
Right now, we use "directed" if a term *can* work on directed networks and analogously for undirected. On the other hand, we use "bipartite" for terms that *only* work on...
E.g., * Proper binary/valued tagging. * Undirected and directed tagging. * A link back to the global term index. * `X-ergmHint` also aliases `X-ergmConstraint`. Any others?