The winbugs tag has no wiki summary.
0
votes
2answers
102 views
Trying to create and loop through matrix of unbalanced data in R
I am trying to conduct an hierarchical bayesian analysis but am having a little trouble with R and WinBUGS code. I don't have balanced data and am struggling with the coding. I have temperature data ...
0
votes
0answers
91 views
R2WinBUGS - how to reload the WinBUGS computation results to bugs object again
I have run a looong computation in WinBUGS (million iterations) using the R2WinBUGS package from within R:
bugs.object <- bugs(...)
but the R crashed. How do I reload the bugs.object into R ...