| bugs.out {GLMMGibbs} | R Documentation |
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.
bugs.out(g,file)
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. |
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.
Jonathan Myles, Imperial Cancer Research Fund, and David Clayton, Wellcome Trust mylesj@icrf.icnet.uk