ergm
ergm copied to clipboard
Fit, Simulate and Diagnose Exponential-Family Models for Networks
The `levels2` argument to `nodemix` seems to be doing some odd things. Here's a cleaned up example from a case my students encountered in an exam: Data file (sorry about...
If a term that uses an auxiliary requires information produced by initialising that auxiliary, it would be efficient if the term could initialise the auxiliary and then instead of returning...
- changes with - replace calls to realloc and free to R_Realloc and R_Free Contrary to KHash, no allocator macros are defined by default related to https://github.com/statnet/tergm/pull/125
``` r suppressPackageStartupMessages(library(ergm)) data(sampson) samplike.m `attr(new, 'nobs')`: 306 #> #> `attr(old, 'br')` is absent #> `attr(new, 'br')` is a list ``` Created on 2024-07-23 with [reprex v2.1.1](https://reprex.tidyverse.org) NB: Here, the...
Ideally, there would be a way to evaluate some function on each dyad's value and then evaluate the terms of interest on the valued network with new dyad values. In...
Hello, I am having some trouble fitting a model (see my discussion #589 ) and it has been suggested to me that I try penalizing the likelihood function. I know...
For example, right now, there is a separate help file for `degree()`, `idegree()`, `odegree()`, `b1degree()`, and `b2degree()`, with most of the text duplicated. This isn't in itself a problem, since...