continue_abc | R Documentation |
Run more generations of ABC SMC
continue_abc(
object,
tolerance = NULL,
data = NULL,
verbose = getOption("verbose", FALSE),
post_gen = NULL
)
## S4 method for signature 'SimInf_abc'
continue_abc(
object,
tolerance = NULL,
data = NULL,
verbose = getOption("verbose", FALSE),
post_gen = NULL
)
object |
The |
tolerance |
A numeric matrix (number of summary statistics
|
data |
Optional data to be passed to the
|
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.