continue | R Documentation |
Allows the user to continue the sampler from the state it stopped in the previous call to mvrm
.
continue(object, sweeps, burn = 0, thin, discard = FALSE,...)
object |
An object of class "mvrm", usually a result of a call to |
sweeps |
The number of additional sweeps, maintaining the same thinning interval as specified in the original call to |
burn |
length of burn-in period. Defaults to zero. |
thin |
thinning parameter. Defaults to the thinning parameter chosen for |
discard |
If set to true, the previous samples are discarded. |
... |
other arguments. |
The function allows the sampler to continue from the state it last stopped.
The function returns an object of class mvrm
.
Georgios Papageorgiou gpapageo@gmail.com
mvrm
#see \code{mvrm} example
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.