Rev 4415 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
\name{coda.options}\alias{coda.options}\alias{display.coda.options}\alias{.Coda.Options}\alias{.Coda.Options.Default}\title{Options settings for the codamenu driver}\usage{coda.options(\dots)display.coda.options(stats = FALSE, plots = FALSE, diags = FALSE)}\arguments{\item{stats}{logical flag: show summary statistic options?}\item{plots}{logical flag: show plotting options?}\item{diags}{logical flag: show plotting options?}\item{\dots}{list of options}}\description{\code{coda.options} is a utility function that queries and setsoptions for the \code{codamenu()} function. These settings affectthe behaviour of the functions in the coda library only when theyare called via the \code{codamenu()} interface.The \code{coda.options()} function behaves just like the\code{options()} function in the base library, with the additionalfeature that \code{coda.options(default=TRUE)} will reset all optionsto the default values.Options can be pretty-printed using the \code{display.coda.options()}function, which groups the options into sections.Available options are\describe{\item{bandwidth}{Bandwidth function used when smoothing samples toproduce density estimates. Defaults to Silverman's ``Rule of thumb''.}\item{combine.corr}{Logical option that determines whether tocombine multiple chains when calculating cross-correlations.}\item{combine.plots}{Logical option that determines whether tocombine multiple chains when plotting.}\item{combine.plots}{Logical option that determines whether tocombine multiple chains when calculating summary statistics.}\item{data.saved}{For internal use only.}\item{densplot}{Logical option that determines whether to plota density plot when plot methods are called for mcmc objects.}\item{digits}{Number of significant digits to use when printing.}\item{frac1}{For Geweke diagnostic, fraction to use fromstart of chain. Defaults to 0.1}\item{frac2}{For Geweke diagnostic, fraction to use fromend of chain. Default to 0.5.}\item{gr.bin}{For Geweke-Brooks plot, number of iterations to useper bin.}\item{gr.max}{For Geweke-Brooks plot, maximum number of bins touse. This option overrides \code{gr.bin}.}\item{halfwidth}{For Heidelberger and Welch diagnostic, the targetvalue for the ratio of half width to sample mean.}\item{lowess}{Logical option that controls whether to plot asmooth line through a trace plot when plotting MCMC output.}\item{q}{For Raftery and Lewis diagnostic, the target quantile tobe estimated}\item{r}{For Raftery and Lewis diagnostic, the required precision.}\item{s}{For Raftery and Lewis diagnostic, the probability ofobtaining an estimate in the interval (q-r, q+r).}\item{quantiles}{Vector of quantiles to print when calculatingsummary statistics for MCMC output.}\item{trace}{Logical option that determines whether to plot a traceof the sampled output when plotting MCMC output.}\item{user.layout}{Logical option that determines whether currentvalue of par("mfrow") should be used for plots (TRUE) or whetherthe optimal layout should be calculated (FALSE).}}}\seealso{\code{\link{options}}}\keyword{utilities}