Function to set appropriate initial values
jagsInits(jags_data, params = c("X.log.all", "trap.rate.true"))list of data being passed to JAGS model
vector describing which parameters should have an initial value function applied to them. Currently accepts one or more of X.log.all, trap.rate.true. Default is all of them.