Skip to content
Prev 279895 / 398513 Next

Retrieving samples when ussing BRugs.

If you obtain an output object with openbugs(), e.g.:

samples <- openbugs( ... )

Then this is a list with all the parameters and samples. See
names(samples). You can obtain the samples in a list with:

samples[['sims.list']]

Is this what you mean?
On Fri, Dec 9, 2011 at 2:00 PM, Thiago Guerrera <thigm85 at gmail.com> wrote: