Functions to initialize the ergm_proposal object
S3 Functions that initialize the Metropolis-Hastings Proposal (ergm_proposal)
object using the InitErgmProposal.*
function that corresponds to the name given in
'object'. These functions are not generally called directly by the user.
See ergm-proposals for general explanation and lists of available
Metropolis-Hastings proposal types.
ergm_proposal(object, ...) ## S3 method for class 'character' ergm_proposal( object, arguments, nw, ..., response = NULL, reference = ~Bernoulli ) ## S3 method for class 'formula' ergm_proposal( object, arguments, nw, weights = "default", class = "c", reference = ~Bernoulli, response = NULL, ... ) ## S3 method for class 'ergm' ergm_proposal( object, ..., constraints = NULL, arguments = NULL, nw = NULL, weights = NULL, class = "c", reference = NULL, response = NULL )
object |
Either a character, a |
... |
Further arguments passed to other functions. |
arguments |
A list of parameters used by the InitErgmProposal routines |
nw |
The network object originally given to |
response |
Name of the edge attribute whose value is to be
modeled in the valued ERGM framework. Defaults to |
reference |
A one-sided formula specifying the reference measure (h(y)) to be used. See help for ERGM reference measures implemented in the ergm package. |
weights |
Specifies the method used to allocate probabilities of being proposed to dyads; options are "TNT", "TNT10", "random", "nonobserved" and "default"; default="default" |
class |
The class of the proposal; choices include "c", "f", and "d" default="c". |
constraints |
A one-sided formula specifying one or more constraints on
the support of the distribution of the networks being simulated. See the
documentation for a similar argument for |
Returns an ergm_proposal object: a list with class ergm_proposal
containing the following named elements:
name |
the C name of the proposal |
inputs |
inputs to be passed to C |
pkgname |
shared library name where the proposal
can be found (usually |
reference |
the reference distribution |
arguments |
list of arguments passed to
the
|
character
: object
argument is a character string
giving the R name of the proposal.
formula
: object
argument is an ERGM constraint formula.
ergm
: object
argument is an ergm
fit whose proposals are extracted which is reproduced as best as possible.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.