diff --git a/DESCRIPTION b/DESCRIPTION index 4c50eb3..8d1c8ea 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: latentnet -Version: 2.11.0-1647 -Date: 2024-02-19 +Version: 2.11.0-1649 +Date: 2024-09-23 Title: Latent Position and Cluster Models for Statistical Networks Authors@R: c( person("Pavel N.", "Krivitsky", role=c("aut","cre"), email="pavel@statnet.org", comment=c(ORCID="0000-0002-9101-3362")), @@ -28,5 +28,5 @@ BugReports: https://github.com/statnet/latentnet/issues License: GPL-3 + file LICENSE URL: https://statnet.org Encoding: UTF-8 -RoxygenNote: 7.3.1 +RoxygenNote: 7.3.2 Roxygen: list(markdown = TRUE) diff --git a/R/InitErgmm.random.R b/R/InitErgmm.random.R index 202b194..9cb9fe7 100644 --- a/R/InitErgmm.random.R +++ b/R/InitErgmm.random.R @@ -73,7 +73,7 @@ InitErgmm.rreceiver<-function(model, var=1, var.df=3){ #' @title Random sociality effect #' @description Adds a random sociality effect to the model, with normal #' prior centered around \eqn{0}{0} and a variance that is -#' estimated. Can only be used on directed networks. +#' estimated. #' #' @usage #' # binary: rsociality(var=1, var.df=3) diff --git a/man/rsociality-ergmTerm-7ae668b9.Rd b/man/rsociality-ergmTerm-7ae668b9.Rd index 6375b81..944d45b 100644 --- a/man/rsociality-ergmTerm-7ae668b9.Rd +++ b/man/rsociality-ergmTerm-7ae668b9.Rd @@ -23,7 +23,7 @@ variance. To set it in the \code{prior} argument to \description{ Adds a random sociality effect to the model, with normal prior centered around \eqn{0}{0} and a variance that is -estimated. Can only be used on directed networks. +estimated. \strong{Important:} This term works in \CRANpkg{latentnet}'s \code{\link[=ergmm]{ergmm()}} only. Using it in \code{\link[=ergm]{ergm()}} will result in an error. }