continue | R Documentation |
Run more generations of ABC SMC
continue(object, ...)
## S4 method for signature 'SimInf_abc'
continue(
object,
tolerance = NULL,
...,
verbose = getOption("verbose", FALSE),
post_gen = NULL
)
object |
The |
... |
Further arguments to be passed to the
|
tolerance |
A numeric matrix (number of summary statistics
|
verbose |
prints diagnostic messages when |
post_gen |
An optional function that, if non-NULL, is applied
after each completed generation. The function must accept one
argument of type |
A SimInf_abc
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.