Skip to content

Problem with MCMC% calculation in a curved ERGM example? #221

Open
@drh20drh20

Description

@drh20drh20

Runs of the same code using different random seed values produce MCMC% of zero despite variability suggesting MCMC error is larger than reported relative to the Std. Error estimates. Problem or not?

data(sampson)
summary(ergm(samplike~edges+gwesp(0.25, fix=TRUE), control=control.ergm(seed=12345)))
## ...
## Monte Carlo Maximum Likelihood Results:
## 
##                  Estimate Std. Error MCMC % z value Pr(>|z|)    
## edges             -1.6340     0.4626      0  -3.532 0.000412 ***
## gwesp.fixed.0.25   0.4084     0.2685      0   1.521 0.128312    
## 

summary(ergm(samplike~edges+gwesp(0.25, fix=TRUE), control=control.ergm(seed=23456)))
## ...
## Monte Carlo Maximum Likelihood Results:
## 
##                  Estimate Std. Error MCMC % z value Pr(>|z|)    
## edges             -1.5891     0.4502      0   -3.53 0.000415 ***
## gwesp.fixed.0.25   0.3648     0.2516      0    1.45 0.147123   

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions