Learn R Programming

SimInf (version 8.3.0)

continue: Run more generations of ABC SMC

Description

Run more generations of ABC SMC

Usage

continue(object, ngen = 1, ..., verbose = getOption("verbose", FALSE))

# S4 method for SimInf_abc continue(object, ngen = 1, ..., verbose = getOption("verbose", FALSE))

Arguments

object

The SimInf_abc to continue from.

ngen

The number of generations of ABC-SMC to run.

...

Further arguments to be passed to SimInf_abc@fn.

verbose

prints diagnostic messages when TRUE. The default is to retrieve the global option verbose and use FALSE if it is not set.

Value

A SimInf_abc object.