• Information:
    • intro to JAGS and rjags document and hands-on exercises
    • Hands-on exercises, for those already familar with JAGS

  • Data sets:
    • grizzly.csv Grizzly bear population counts in Yellowstone park

  • Code files
    • lreg.bug BUGS file to fit a linear regression
    • grizz0.r R code to setup, run and interpret results from lreg.bug
    • lregb.bug BUGS file to fit a linear regression in state space form
    • grizz0b.r R code to setup, run and interpret results from lregb.bug
    • exp.bug BUGS file to fit a state space model with process error
    • grizz1.r R code to setup, run and interpret results from exp.bug