cont-methods | R Documentation |
Continues the sampling for some more steps.
cont(data,steps)
data |
a result of a run of a sampling algorithm that has not come to a conclusion yet. |
steps |
maximum number of further iterations to take. |
works with the algorithm based on precomputation.
works with the on-the-fly algorithm.
works with object of type "mmctestres".
res <- simctest(function() runif(1)>0.95,maxsteps=10);
res
res <- cont(res,1000)
res
res <- cont(res,1000)
res
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.