Skip to content

R2WinBUGS - formating data for winbugs

2 messages · Chris Behr, Uwe Ligges

#
I am currently running analyses in winbugs with two different formats of
data: matrix and list. The data in the list have different dimensions than
the matrix. Do I need to create a single format for entry into R which R
passes to WinBUGS?

Thanks, Chris

Christopher Behr
Principal Analyst

eDesign Dynamics
www.edesigndynamics.com

4024 Calvert St. NW
Washington DC 20007
(202) 298-6437 (t/f)
(551) 998-4823 (c)
#
Chris Behr wrote:

            
It is not quite clear to me what you mean, you have to be more precise 
and give some code example (possibly in a private mail to Sibylle Sturtz 
or me).

I guess you need to have to types of objects inR that you want to pass 
to WinBUGS, in this case, simply specify a list of those objects as the 
data argument to the bugs() function.

Uwe Ligges