hello team i get an error message of undefined real result in winbugs when i try to update.
here is my model, data and initial values, where is the problem,
model
{
for (i in 1:n) {
PI[i]~ dbern(p[i])#Likelihood function for each data point
logit(p[i])