CarterButts

Results 23 comments of CarterButts

What about the network.list argument to networkDynamic()? -Carter On 6/21/21 7:53 PM, Pavel N. Krivitsky wrote: > > I am not 100% sure if there is an easy way to...

#response_container_BBPPID{font-family: initial; font-size:initial; color: initial;} Seems like a good idea to me - put the core code in one place, and let application-specific code ride in the special purpose packages...Sent...

I think one would want to avoid including whitespace in the name, as this can complicate parsing.  Is the intent for this to be user-exposed?  If so, we should let...

Probably best to avoid having official terms that differ only by capitalization - that is likely to lead to issues.  (Perhaps, if we had a /uniform/ rule that capitalized and...

A reasonable starting point for test cases would be the `faux*` data sets. E.g., ``` library(ergm) data("faux.mesa.high") fit

I think it would be handy to able to do that, and will be able to point to a use case soon (the paper is presumably wending its way to...

Correction, the paper is up! https://arxiv.org/abs/2111.02372

The ERGM internals don't know anything about matrices; they only know about graphs. So anything that can be represented via a graph (possibly with constraints) can be represented that way;...

Ultimately, there is probably not a way around specifying a logical expression of some sort (i.e., term X works for networks with properties Y & Z, term W works with...

Option two, I think. I admit that I was thinking about it not from a search angle, but an `InitErgmTerm` angle - how does a term decide if it is...