inst/models/model-010a.bugs.R

model{
  for (i in 1:n) {
    energy[i] ~ dnorm(b0, tau)
  }
  
  tau ~ dgamma(0.05, 0.05)
  b0 ~ dnorm(0, 1e-05)
}

Try the jaggR package in your browser

Any scripts or data that you put into this service are public.

jaggR documentation built on July 19, 2019, 5:05 p.m.