output {XDE} | R Documentation |
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.
output(object)
object |
An object of class XdeParameter or XdeMcmc |
Replacement methods are only available for objects
of class XdeParameter
. Accessor methods are available for
objects of class XdeParameter
and XdeMcmc
.
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.
Parameters indexed by gene and study (Delta, Phi, Nu, and sigma2) grow very large quickly.
R. Scharpf
burnin
, XdeParameter-class
, XdeMcmc-class
data(xmcmc) output(xmcmc)