opcoach / jagsy

Some code to help to edit files for the jags project
Eclipse Public License 1.0
0 stars 1 forks source link

Manage Multi Dimensional arrays #10

Closed opcoach closed 6 years ago

opcoach commented 6 years ago

This file should be ok : model { for (i in 1:10) { for (j in 1:10) { Y[i,j] ~ dnorm(mu[i,j], tau) } } }