Function to set appropriate initial values
jagsInits(jags_data, params = c("X.log.all", "trap.rate.true"))
Arguments
- jags_data
list of data being passed to JAGS model
- params
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.