Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Can someone tell me what is wrong in my code when i get this error in winbugs. Is it my model? or my initial values. where did i go wrong?

share|improve this question

closed as not a real question by Roman Luštrik, GSee, Julius, csgillespie, talonmies Jan 30 at 20:12

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

1 Answer

whenever i see "undefined real result" i am usually taking a log transform. BUGS will simulate a large number, that is too big for it to log, and hence spurts out your error message. it could be something else though, difficult to tell if you dont post the model.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.