continue: Continues the sampler from where it stopped
Description
Allows the user to continue the sampler from the state it stopped in the previous call to mvrm
.
Usage
continue(object, sweeps, burn = 0, thin, discard = FALSE,...)
Value
The function returns an object of class mvrm
.
Arguments
- object
An object of class "mvrm", usually a result of a call to mvrm
.
- sweeps
The number of additional sweeps, maintaining the same thinning interval as specified in the original call to mvrm
.
- burn
length of burn-in period. Defaults to zero.
- thin
thinning parameter. Defaults to the thinning parameter chosen for object
.
- discard
If set to true, the previous samples are discarded.
- ...
other arguments.
Details
The function allows the sampler to continue from the state it last stopped.