tergm icon indicating copy to clipboard operation
tergm copied to clipboard

simulate.tergm() for CMLE/CMPLE should provide a way to simulate each network conditional on prior network.

Open krivit opened this issue 2 years ago • 0 comments

Right now, simulate.tergm() always attempts to run the temporal process forward. However, for GOF and other purposes, we may want to simulate what the networks in the time series "could have been" conditional on their respective previous time steps.

Since tergm_CMLE directly inherits from ergm, we should just be able to pass it through to simulate.ergm() if, say, dynamic=FALSE.

krivit avatar Nov 10 '22 05:11 krivit