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, discard = FALSE,...)
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.
discard
If set to true, the previous samples are discarded.
Value
The function returns an object of class mvrm.
Details
The function allows the sampler to continue from the state it last stopped.
Examples
Run this code# NOT RUN {
#see \code{mvrm} example
# }
Run the code above in your browser using DataLab