Sets analysis mode.
set_analysis_mode(mode = "report")
The old options.
The possible modes are as follows:
To rapidly identify problems with a model definition.
To quickly test code runs.
To produce results for a report.
To produce results for a peer-reviewed paper.
To run when checking a package.
To reset all the options to NULL so that they are the default values for each function call.
In each case the mode is a unique combination of the following package options
A count of the number of chains.
A count of the number of simulations to save per chain.
A count of the thining interval.
A flag indicating whether to perform the analysis in parallel.
A flag indicating whether to disable tracing information.
A flag indicating whether to beep on completion of the analysis.
A flag indicating whether to print a model summary.
A count specifying the maximum number of reanalyses.
A number specifying the rhat threshold.
A number specifying the minimum effective sampling rate.
The maximum total time to spend on analysis and reanalysis.
A number specifying the confidence level.
if (FALSE) { # \dontrun{
set_analysis_mode("reset")
} # }