mu[i] <- nu + beta[dam[i]] + gamma*temp[i] + delta*age[i]gamma and delta are coefficients that tell you how the expected number of trunk vertebrae depend on developmental temperature and age at measurement, respectively. For example, if gamma
# priors nu ~ dnorm(0.0, 0.001) gamma ~ dnorm(0.0, 0.001) delta ~ dnorm(0.0, 0.001) tau.within ~ dgamma(1, 0.25) k <- 3*tau.within tau.dam ~ dgamma(1, 0.25)I(k,)