Skip to content
Prev 348105 / 398500 Next

Censoring in R2OpenBUGS

On 12.02.2015 16:05, arnabkm2007 wrote:
See ?write.model:

"As a difference, BUGS syntax allows truncation specification like this: 
dnorm(...) I(...) but this is illegal in R. To overcome this 
incompatibility, use dummy operator %_% before I(...): dnorm(...) %_% 
I(...). The dummy operator %_% will be removed before the BUGS code is 
saved."

Best,
Uwe Ligges