Skip to content

Commit

Permalink
Missing data MCMLE now defaults to using variance-based constrained s…
Browse files Browse the repository at this point in the history
…ample.
  • Loading branch information
krivit committed Jan 31, 2024
1 parent 2d3b66f commit 1eb4273
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: ergm
Version: 4.6-7316
Version: 4.6-7317
Date: 2024-01-31
Title: Fit, Simulate and Diagnose Exponential-Family Models for Networks
Authors@R: c(
Expand Down
4 changes: 2 additions & 2 deletions R/control.ergm.R
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@
#' `obs.MCMC.mul`.
#'
#' Lastly, if `MCMLE.effectiveSize` is not NULL but
#' `obs.MCMLE.effectiveSize`, the constrained sample's target
#' `obs.MCMLE.effectiveSize` is, the constrained sample's target
#' effective size is set adaptively to achieve a similar precision
#' for the estimating functions as that achieved for the
#' unconstrained.
Expand Down Expand Up @@ -603,7 +603,7 @@ control.ergm<-function(drop=TRUE,
MCMLE.density.guard.min=10000,
MCMLE.density.guard=exp(3),
MCMLE.effectiveSize=64,
obs.MCMLE.effectiveSize=NVL3(MCMLE.effectiveSize, .*obs.MCMC.mul),
obs.MCMLE.effectiveSize=NULL,
MCMLE.interval=1024,
MCMLE.burnin=MCMLE.interval*16,
MCMLE.samplesize.per_theta=32,
Expand Down
4 changes: 2 additions & 2 deletions man/control.ergm.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1eb4273

Please sign in to comment.