Skip to contents

Run more iterations of PMCMC

Usage

continue_pmcmc(object, niter, verbose = getOption("verbose", FALSE))

# S4 method for class 'SimInf_pmcmc'
continue_pmcmc(object, niter, verbose = getOption("verbose", FALSE))

Arguments

object

The SimInf_pmcmc object to continue from.

niter

An integer specifying the number of iterations to run the PMCMC.

verbose

prints diagnostic messages when TRUE. The default is to retrieve the global option verbose and use FALSE if it is not set. When verbose=TRUE, information is printed every 100 iterations. For pmcmc, it is possible to get information every nth information by specifying verbose=n, for example, verbose=1 or verbose=10.