statnet / ergm

Fit, Simulate and Diagnose Exponential-Family Models for Networks
Other
96 stars 37 forks source link

I'm trying to construct a valued ERGM model using `ergm.count`, but the runtime is excessively long. #554

Closed 5IMX closed 5 months ago

5IMX commented 6 months ago

I tried to build a valued ergm model using ergm.count. My data is a 284x284 matrix. I set the number of iterations to 20, but it has been running for almost a week without completion. I would like to ask whether this is normal, if there is a problem with the model construction, or if my data is indeed too large.

etzv=ergm(tzvNet ~ sum(pow=1) + mutual("min") + nodeicovar(transform="sqrt") + nodeocovar(transform="sqrt") + transitiveweights("min", "max", "min")