NEWS | R Documentation |
ergm
packageIn the Layer(nw, attrlist)
specification, attrlist=
can now be a named vector, in which case the layers are renamed accordingly.
Tolerance for some tests of the N()
operator has been increased. This fixes a sporadic issue on M-series MacOS systems due to using a different linear algebra library.
A bug in gofN()
for valued ERGMs has been fixed.
A number of optimisations in multilayer ERGM code.
[Layer] Logic backend now uses integer arithmetic, for a significant speed improvement, at the cost of behaviour slightly inconsistent with R's, such as /
behaving as %/%
(integer division).
Initial public release.