Skip to content

Commit

Permalink
Some improvements to proposal documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
krivit committed Nov 29, 2023
1 parent b487ab3 commit e645c8a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: ergm
Version: 4.6-7262
Date: 2023-09-04
Version: 4.6-7275
Date: 2023-11-29
Title: Fit, Simulate and Diagnose Exponential-Family Models for Networks
Authors@R: c(
person(c("Mark", "S."), "Handcock", role=c("aut"), email="[email protected]"),
Expand Down
8 changes: 4 additions & 4 deletions R/InitErgmProposal.R
Original file line number Diff line number Diff line change
Expand Up @@ -255,8 +255,8 @@ InitErgmProposal.CondInDegree <- function(arguments, nw) {
#' @templateVar name CondB1Degree
#' @aliases InitErgmProposal.CondB1Degree
#' @title MHp for b1degree constraints
#' @description MHp for `constraints= ~b1degrees`. For bipartite networks, randomly select an edge (B1i, B2j)
#' and an empty dyad with the same node B1i, (B1i, B2k), and propose to toggle both (B1i, B2j) and (B1i, B2k).
#' @description MHp for `constraints= ~b1degrees`. For bipartite networks, randomly select an edge \eqn{(B_{1i},B_{2j})}
#' and an empty dyad with the same node B1i, \eqn{(B_{1i},B_{2k})}, and propose to toggle both \eqn{(B_{1i},B_{2j})} and \eqn{(B_{1i},B_{2k})}.
#' This ensures that the degrees of individual nodes in mode 1 are preserved.
#' @template ergmProposal-general
NULL
Expand All @@ -271,8 +271,8 @@ InitErgmProposal.CondB1Degree <- function(arguments, nw) {
#' @templateVar name CondB2Degree
#' @aliases InitErgmProposal.CondB2Degree
#' @title MHp for b2degree constraints
#' @description MHp for `constraints= ~b2degrees`. For bipartite networks, randomly select an edge (B1j, B2i)
#' and an empty dyad with the same node B2i, (B1k, B2i), and propose to toggle both (B1j, B2i) and (B1k, B2i).
#' @description MHp for `constraints= ~b2degrees`. For bipartite networks, randomly select an edge \eqn{(B_{1j},B_{2i})}
#' and an empty dyad with the same node B2i, \eqn{(B_{1k},B_{2i})}, and propose to toggle both \eqn{(B_{1j},B_{2i})} and \eqn{(B_{1k},B_{2i})}.
#' This ensures that the degrees of individual nodes in mode 2 are preserved.
#' @template ergmProposal-general
NULL
Expand Down
4 changes: 2 additions & 2 deletions man/CondB1Degree-ergmProposal-7a475c2a.Rd

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

4 changes: 2 additions & 2 deletions man/CondB2Degree-ergmProposal-5d8af849.Rd

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

0 comments on commit e645c8a

Please sign in to comment.