Learn R Programming

XDE (version 2.18.0)

output: Options for storing results of the MCMC chains

Description

A numeric vector indicating which chains to write to file and, for those parameters that are written to file, how often the chains should be written to file.

Usage

output(object)

Arguments

object
An object of class XdeParameter or XdeMcmc

Value

A named numerical vector. The first element (thin) specifies how often to write chains to file. For instance, if output[1]=2 the chains will be written to file every other iteration. Elements 2 - 22 of the vector are indicators for whether to write the write the chains of the Bayesian parameters to file.

Details

Replacement methods are only available for objects of class XdeParameter. Accessor methods are available for objects of class XdeParameter and XdeMcmc.

See Also

burnin, XdeParameter-class, XdeMcmc-class

Examples

Run this code
data(xmcmc)
output(xmcmc)

Run the code above in your browser using DataLab