Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
krivit opened this issue Nov 10, 2022 · 0 comments

Comments

@krivit
Copy link
Member

krivit commented Nov 10, 2022

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 added a commit that referenced this issue Nov 10, 2022
… which if set to FALSE causes fallback to simulate.ergm() for CM(P)LE and error for EGMME inputs.

references #102
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant