powered by
Continues the sampling for some more steps.
cont(data,steps)
a result of a run of a sampling algorithm that has not come to a conclusion yet.
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".
# NOT RUN { res <- simctest(function() runif(1)>0.95,maxsteps=10); res res <- cont(res,1000) res res <- cont(res,1000) res # }
Run the code above in your browser using DataLab