# use a zero-inflated lognormal Poisson model to analyse some count data using only 10000 updates and suppressing JAGS output:
bayescount.single(data=c(0,5,3,7,0,4,3,8,0), model="ZILP", updates=10000, silent.jags=TRUE)
Run the code above in your browser using DataLab