| coda.object {GLMMGibbs} | R Documentation |
Convert the result of a glmm fit for use with the CODA package
rcoda.object(g)
g |
The returned value from a
call to the glmm function,
an object of class glmmfit. |
CODA is a package which can be used to check the convergence
of output produced by the BUGS program. The
rcoda.object function converts an object returned by
a call to the glmm into an object which can be used
with the CODA package.
The glmm function yielding g
must have been called with the argument
store.results set to TRUE.
an object of class mcmc, which can be passed to
functions in the CODA library
Jonathan Myles, Imperial Cancer Research Fund, and David Clayton, Wellcome Trust mylesj@icrf.icnet.uk