search for: generatestartingvalues

Displaying 1 result from an estimated 1 matches for "generatestartingvalues".

2010 May 06
1
BRugs dwwinn.exe error
...WinBUGS- resp. BRugs-Library then both begin to compute but do not end. If I use a simple model with data and initial values bugs() works fine. So, I have to assume that there is something in my model which is not compatible with bugs(). The model is: ------------------------------------- model generateStartingValues { for (s in 1:Datasets) { lambda[s]~dunif(0.1,0.9) for (i in 1:K){ eltheta[s,i]~dunif(0.1,0.3) q[s,i]~dunif(0.1,0.4) } } } ------------------------------------- DATA list(K=19,Datasets=500) As I said this works fine with openBUGS a...