Brief Description
*Operating System: windows xp
*OpenBUGS version: 3.0.7
Example
GUI instructions or script (preferred) to produce bug (Use attachment button to add)
Standard execution in gui or script yields discrepancy with winbugs and likely incorrect values
Model, data, inits (.odc file preferred, Use attachment button to add)
model {
- n~dnorm(mu,tau) p~dpois(lambda)
theta<-n+p data~dnorm(theta,prec)
}
#data list(mu=0,tau=0.00001,lambda=5,data=5,prec=1)
#inits list(n=0,p=5)
Plan
- Priority: high
- Assigned to: A. Thomas
- Requested by: Mark Strong
- Status: BUG identified in updaterdescreteslice and corrected for next release