statnet / ergm.ego

Fit, Simulate and Diagnose Exponential-Family Random Graph Models to Egocentrically Sampled Network Data https://statnet.org
Other
14 stars 4 forks source link

Enable ergm.ego() to use MPLE and avoid MCMC when appropriate. #74

Closed krivit closed 2 years ago

krivit commented 2 years ago

ergm.ego() currently calls ergm() with force.main=TRUE, even when the model is dyad-independent and sufficient statistic is achievable and achieved by SAN. This is because it requires the Hessian returned by ergm for its error calculations. If ergm returns the Hessian even for MPLE, it cold just use the MPLE.

krivit commented 2 years ago

This is blocked by statnet/ergm#447.