From 30e3e5047fd56cce951fd576ac4816667f4cbcaf Mon Sep 17 00:00:00 2001
From: "Pavel N. Krivitsky"
Date: Wed, 6 Nov 2024 19:28:21 +1100
Subject: [PATCH 1/2] Another link fix in the ergm vignette.
---
vignettes/ergm.Rmd | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/vignettes/ergm.Rmd b/vignettes/ergm.Rmd
index 344d2b2d..a6c79ea2 100644
--- a/vignettes/ergm.Rmd
+++ b/vignettes/ergm.Rmd
@@ -371,7 +371,7 @@ $-2.59 + 0.01*(146+146) = 0.33$
$-2.59 + 0.01*(146+3) = -1.1$
* The corresponding probabilities are 0.07, 0.58, and 0.25.
-This model specification does not include a term for homophily by wealth, i.e., a term accounting for similarity in wealth of the two end nodes of a potential tie. It just specifies a relation between wealth and mean degree. To specify homophily on wealth, you could use the `ergm` term `absdiff`. [See section 3 below for more information on avaiable model terms.](model-terms-available-for-ergm-estimation-and-simulation)
+This model specification does not include a term for homophily by wealth, i.e., a term accounting for similarity in wealth of the two end nodes of a potential tie. It just specifies a relation between wealth and mean degree. To specify homophily on wealth, you could use the `ergm` term `absdiff`.
#### Nodal covariates: Homophily
From dfbce58cffb38ccafc735798589a0fbdd1fcf2c2 Mon Sep 17 00:00:00 2001
From: "Pavel N. Krivitsky"
Date: Wed, 6 Nov 2024 19:29:54 +1100
Subject: [PATCH 2/2] Bumped version to 4.7.5.
---
DESCRIPTION | 2 +-
inst/NEWS.Rd | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/DESCRIPTION b/DESCRIPTION
index 03666fb7..c3fbdaa8 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -1,5 +1,5 @@
Package: ergm
-Version: 4.7.4-7458
+Version: 4.7.5-7458
Date: 2024-11-04
Title: Fit, Simulate and Diagnose Exponential-Family Models for Networks
Authors@R: c(
diff --git a/inst/NEWS.Rd b/inst/NEWS.Rd
index 95ee9d87..cec235c7 100644
--- a/inst/NEWS.Rd
+++ b/inst/NEWS.Rd
@@ -66,7 +66,7 @@
-\section{Changes in version 4.7.4}{
+\section{Changes in version 4.7.5}{
\subsection{NEW FEATURES}{
\itemize{