For practice, I went to Ecological Archives E086-156-S1. For brevity, I put everything into one file: jags2.R hseal.csv is data set to read in. In R code setwd("O:\JohnsonD\Winbugs") hseal.dat = read.csv('hseal.csv') For running analyses from the WinBUGS gui (Windows or Linux) DCRWS.txt : WinBUGS code for "DCRWS" model, a first-difference CRW with switching 2 KB hsdata.txt : Hooded seal movement data 12KB hsDCRWSinits.txt : Hooded seal initial values for DCRWS model 5 KB It runs in WinBUGS, but in...
For practice, I went to Ecological Archives E086-156-S1. Files for running analyses from the WinBUGS gui (Windows or Linux) DCRWS.txt : WinBUGS code for "DCRWS" model, a first-difference CRW with switching 2 KB hsdata.txt : Hooded seal movement data 12KB hsDCRWSinits.txt : Hooded seal initial values for DCRWS model 5 KB It runs in WinBUGS, but in OpenBUGS after I generate initial values, I get : unable to generate initial values for node [02BD8880H] of type Graph . Mixing. How does one fix this so...