Skip to content
Prev 164880 / 398506 Next

R2winbugs : vectorization

I remember having similar problem with inprod function. As far as I could remember a sole deference in my models was that I used inprod instead of explicit sum (exactly as you did). In my case the inprod version was faster but result were completely aberrant. So I abandoned the inprod as unreliable.

I did use OpenBugs (it's newer version of WinBugs) and BRugs interface from R.
On Mon, 15 Dec 2008 18:23:39 +0100, Philip A. Viton <viton.1 at osu.edu> wrote: