search for: eltheta

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

Did you mean: ltheta
2010 May 06
1
BRugs dwwinn.exe error
...d 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 and WinBUGS. I start BUGS from R-Console with -------------------------------- Datasets <-...