Christian Schmid
Christian Schmid
No, it shouldn't depend on the other PR. I will try to figure out the next days, why it is failing these checks.
Fixed the reason the previous code failed all the checks. The reason was `MPLE.covariance.method=c("invHess","Godambe", "bootstrap")` in `control.ergm`. In `ergm.mple` there is an if-statement `control$MPLE.covariance.method == "Godambe"`, which returns `FALSE TRUE...
I added control parameters for `MCMC.interval` and `MCMC.burnin` for `ergm_mplecov`. The function can now also handle sample space constraints. I can also add some tests the next days. And yes,...
@krivit We talked yesterday. We will look into this.
For the checks I used networks that I simulated for a current project I'm working on with Dave. Both of these networks have the same statistics, but for one the...