I am running a relatively basic logistic regression model and keep encountering a "Trap 66 Postcondition" Error. In the trap dialog box, I believe I have identified the problem, as the module, "logFright " is at -Infinity when the error occurs.
Note: I can run this exact model in WinBUGS itself without any problem.
My model is simple:
1. The distribution is binomial with a logit link.
2. The Response box is "Outcome/1" which specifies a Bernoulli distribution where each observation where the event occurred is coded as a "1" in my data set.
3. Priors are basically the default diffuse priors
From Googling this trap message in WinBUGS, it seems that it is mostly the result of an overly wide prior distribution for the a variance or precision parameter or bad starting chain values. However, since error this doesn't occur in WinBUGS, I am convinced that it is the initial values generated by BugsXLA that is causing the problem (and really slow sampling). I also tried reducing the variance parameter for each regression slope, but that was ineffective.
Will there be an update soon that allows for user-specified initial values? I am skeptical of the validity of the starting MCMC values provided by BugsXLA, perhaps because those generated by WinBUGS were typically poor and frequently caused errors.
Any other suggestions for resolving this?