Gets analysis mode.
get_analysis_mode()
A named list of the current package options.
Retrieves what is set for each 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{
get_analysis_mode()
} # }