model{ for(i in 1:n){ K[i]~dnorm(mu,1/sigma^2) } # Priors mu~dnorm(mean,1/(100*sd)^2) sigma~dunif(sd/1000,sd*1000) }