man-roxygen/control_MCMC_prop.R

#  File man-roxygen/control_MCMC_prop.R in package ergm, part of the
#  Statnet suite of packages for network analysis, https://statnet.org .
#
#  This software is distributed under the GPL-3 license.  It is free,
#  open source, and has the attribution requirements (GPL Section 7) at
#  https://statnet.org/attribution .
#
#  Copyright 2003-2023 Statnet Commons
################################################################################

#' @param <%=MCMCType%>.prop Specifies the proposal (directly) and/or
#'   a series of "hints" about the structure of the model being
#'   sampled. The specification is in the form of a one-sided formula
#'   with hints separated by `+` operations. If the LHS exists and is
#'   a string, the proposal to be used is selected directly.
#'
#'   A common and default "hint" is `~sparse`, indicating
#'   that the network is sparse and that the sample should put roughly
#'   equal weight on selecting a dyad with or without a tie as a
#'   candidate for toggling.
#'
#' @param  <%=MCMCType%>.prop.weights Specifies the proposal
#' distribution used in the <%=MCMCType%> Metropolis-Hastings algorithm.  Possible
#' choices depending on selected \code{reference} and \code{constraints}
#' arguments of the [ergm()] function, but often include \code{"TNT"}
#' and \code{"random"}, and the \code{"default"} is to use the one with the
#' highest priority available.
#' 
#' @param <%=MCMCType%>.prop.args An alternative, direct way of
#' specifying additional arguments to proposal.
statnet/ergm documentation built on April 17, 2024, 12:21 p.m.