update
method for class "rmhcontrol"
.## S3 method for class 'rmhcontrol':
update(object, \dots)
"rmhcontrol"
containing control parameters
for a Metropolis-Hastings algorithm.rmhcontrol
."rmhcontrol"
.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.
a <- rmhcontrol(expand=1)
update(a, expand=2)
Run the code above in your browser using DataLab