Skip to content

Commit

Permalink
Implemeted a control.ergm3() function that "inherits" (via formals al…
Browse files Browse the repository at this point in the history
…chemy) from control.ergm() all parameters and contents except for those explicitly modified.

references #592
  • Loading branch information
krivit committed Dec 22, 2024
1 parent 0398cd6 commit 86288f9
Show file tree
Hide file tree
Showing 5 changed files with 199 additions and 730 deletions.
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: ergm
Version: 4.8.0-7022
Version: 4.8.0-7026
Date: 2024-12-22
Title: Fit, Simulate and Diagnose Exponential-Family Models for Networks
Authors@R: c(
Expand Down Expand Up @@ -101,6 +101,7 @@ Collate:
'check.ErgmTerm.R'
'control.ergm.R'
'control.ergm.bridge.R'
'control.ergm3.R'
'control.gof.R'
'control.logLik.ergm.R'
'control.san.R'
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ export(check.ErgmTerm)
export(control.ergm)
export(control.ergm.bridge)
export(control.ergm.godfather)
export(control.ergm3)
export(control.gof.ergm)
export(control.gof.formula)
export(control.logLik.ergm)
Expand Down
Loading

0 comments on commit 86288f9

Please sign in to comment.