merge.rube {rube} | R Documentation |
Merge compatable rube objects by treating as more chains (of the same length).
## S3 method for class 'rube' merge(x, y, ..., minimal=FALSE)
x |
a rube object as created by rube() |
y |
another rube object as created by rube() |
... |
optional arguments passed to default |
minimal |
Set to TRUE to discard sims.matrix, sims.list, summary, etc. |
Merges two rube objects as returned by rube(). DIC is lost. MCMCerr and n.eff, although computes by coda, differ from R2WinBUGS.
Returns a rube object invisibly.
Howard J. Seltman <hseltman@stat.cmu.edu>
cat("Need merge.rube() example.\n")