Re: [R] Jags problem

2012-01-24 Thread Xavier Fernández i Marín
Yuanyuan Tang vas escriure el dia dl, 23 gen 2012: > Hi, all: > > I met "Non-conforming parameters for function %*%" problem, when I run the > Jags model in R. Please, try the JAGS forum: http://sourceforge.net/projects/mcmc-jags/forums/forum/610037 And start trying to find the problem as is r

[R] Jags problem

2012-01-23 Thread Yuanyuan Tang
Hi, all: I met "Non-conforming parameters for function %*%" problem, when I run the Jags model in R. My model is like this: model{ for(i in 1:n){ for(j in 1:t[i]){ et[i,j]<-yt[i,j]-beta0+betax*xt[i,j]+betat*t[i,j] } for(a in 1:t[i]){ for(b in 1:t[i]){ sigma[i,a,b]<-pow(rh