hello team, i am running my model and data below, the model enters and data is loaded but when it comes to compile, i get an error message "made use of undefined node DO" WHAT COULD BE THE PROBLEM AND WHAT IS THE SOLUTION.
MODEL
model
{
for (i in 1:site) {
for (j in 1:farm) {
y[i , j] ~ dbern(p[i , j]) ;
logit(p[i, j])