Hi, I am trying to run an ERGM but the size of coefficient for the edges term is super big. I know there is something wrong but have no idea of how to find or fix the error. Will appreciate all your help
Below is the summary of my model:
Call:
ergm(formula = IL2013.n1 ~ edges + absdiff("age") + gwdsp(0.5,
fixed = T) + gwesp(0.5, fixed = T) + nodecov("rating") +
absdiff("rating") + nodecov("age") + nodefactor("independent"))
Iterations: 2 out of 20
Monte Carlo MLE Results:
Estimate Std. Error MCMC % z value Pr(>|z|)
edges 203.151858 1.788915 100 113.562 < 1e-04 ***
absdiff.age -0.061725 0.029950 0 -2.061 0.039312 *
gwdsp.fixed.0.5 -0.506044 0.203035 0 -2.492 0.012689 *
gwesp.fixed.0.5 0.744838 0.214677 0 3.470 0.000521 ***
nodecov.rating 0.150849 0.152178 0 0.991 0.321556
absdiff.rating 0.057478 0.166563 0 0.345 0.730035
nodecov.age -0.051442 0.000531 45 -96.873 < 1e-04 ***
nodefactor.independent.Y 0.714121 0.345360 0 2.068 0.038663 *
Signif. codes: 0 ‘’ 0.001 ‘’ 0.01 ‘’ 0.05 ‘.’ 0.1 ‘ ’ 1
Null Deviance: 1081.3 on 780 degrees of freedom
Residual Deviance: 277.2 on 772 degrees of freedom
AIC: 293.2 BIC: 330.5 (Smaller is better.)