bugs.out {GLMMGibbs}R Documentation

Write Glmm Fit To Bugs Output Files

Description

bugs.out writes out the returned value from a call to the glmm function to two files, with extensions .ind and .out, in BUGS output format.

Usage

bugs.out(g,file)

Arguments

g The result of a call to the glmm function, an object of class glmmfit.
file The primary filename of the files to which the the object is to be written.

Details

The sampled values and parameter names of the fitted model object are written to two files, "filemame.ind" and "filename.out", where "filename" is the value of the character object argument file . The format of these files is described in the section ``Using CODA and BOA with the output of glmm'' of the document ``GLMMGibbs: An R Package for Estimating Bayesian Generalised Linear Mixed Models by Gibbs Sampling'', supplied with this package.

Author(s)

Jonathan Myles, Imperial Cancer Research Fund, and David Clayton, Wellcome Trust mylesj@icrf.icnet.uk