Skip to content

Retrieving samples when ussing BRugs.

4 messages · Thiago Guerrera, Sacha Epskamp, Uwe Ligges

#
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:
4 days later
3 days later
#
On 14.12.2011 10:44, Thiago Guerrera wrote:
Short answer: No.
Long answer: Well, samplesHistory(..., plot=FALSE) may be more 
convenient for several parameters at once, but it uses samplesSample 
internally, that means: no.

Best,
Uwe Ligges