Update Control Parameters of Metropolis-Hastings Algorithm
update
method for class "rmhcontrol"
.
## S3 method for class 'rmhcontrol' update(object, ...)
object |
Object of class |
... |
Arguments to be updated in the new call to |
This is a method for the generic function update
for the class "rmhcontrol"
. An object of class "rmhcontrol"
describes a set of control parameters for the Metropolis-Hastings
simulation algorithm. See rmhcontrol
).
update.rmhcontrol
will modify the parameters
specified by object
according to the new arguments given.
Another object of class "rmhcontrol"
.
Adrian Baddeley Adrian.Baddeley@curtin.edu.au
and Rolf Turner r.turner@auckland.ac.nz
a <- rmhcontrol(expand=1) update(a, expand=2)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.