NEWS | R Documentation |
ergm.count
package Package has been ported to the ergm
3.10 API changes.
Package now Imports statnet.common
rather than depending on it.
Package now works when loaded but not attached.
Test that was failing with ergm
3.6.0 has been fixed.
ergm.count
now makes use of contrastive divergence in
ergm
to obtain starting values for
the MCMLE.
Poisson-reference ERGMs now have TNT-style proposal, optimized for sparse networks.
The CMP
term now adds, rather than subtracts
∑_{(i,j)}\log(y_{i,j}!), whereas 3.1.1 and prior versions
did the opposite. This means that higher
θ_{\text{CMP}} represents overdispersion and lower
θ_{\text{CMP}} represents underdispersion.
E-mail address and affiliation of the maintainer have been updated.
Although this is an initial release, it is depends very heavily on
the ergm
package version 3.1, and it is
thus numbered 3.1.
A number of reference measures for count data have been
implemented. See ? 'ergm.count-package'
and ? 'ergm-references'
for help.