Reanalyse
# S3 method for class 'mb_analysis'
reanalyse(
object,
rhat = getOption("mb.rhat", 1.1),
esr = getOption("mb.esr", 0.33),
nreanalyses = getOption("mb.nreanalyses", 1L),
duration = getOption("mb.duration", dhours(1)),
parallel = getOption("mb.parallel", FALSE),
quiet = getOption("mb.quiet", TRUE),
glance = getOption("mb.glance", TRUE),
beep = getOption("mb.beep", TRUE),
...
)
The object to reanalyse.
A number specifying the rhat threshold.
A number specifying the minimum effective sampling rate.
A count between 0 and 4 specifying the maximum number of reanalyses.
The maximum total time to spend on analysis and reanalysis.
A flag indicating whether to perform the analysis in parallel if possible.
A flag indicating whether to disable tracing information.
A flag indicating whether to print summary of model.
A flag indicating whether to beep on completion of the analysis.
Unused arguments.