You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 fromergm
, we should just be able to pass it through tosimulate.ergm()
if, say,dynamic=FALSE
.The text was updated successfully, but these errors were encountered: