search for: samplesbgr

Displaying 3 results from an estimated 3 matches for "samplesbgr".

2012 Apr 04
1
BRugs crash, question
...n 64-bit Windows 7, OpenBUGS 3.2.1) 1. BRugs crashes R for me as follows. Sorry about the lack of detail; please let me know if / how to supply a more useful bug report on this issue. fit <- BRugsFit(...) # BRugs and OpenBUGS runs fine, the parameter estimates are reasonable # across 3 chains samplesBgr("beta") # crash samplesBgr("beta", plot=FALSE) # also crash 2. I'd like to run a bunch of models via BRugs, saving the state after each one, like so: for (m in models) { fit <- BRugsFit(paste(m$modelname, ".bug"), ...) save(fit, paste(m$modelname, ".R...
2012 Jun 05
1
load coda in BRugs to perfor diagnostics
...ing parallell computation, I did my diagnostic analyses just after the model updating, but now I have to save the coda before. Using the CODA package, it is possible to load the outputs in a mcmc.list to perform some diagnostics but it doesn't work with functions from the BRugs package such as samplesBgr. Can you explain what should I do to read coda files with BRugs ? Thanking you in advance Guillaume -- View this message in context: http://r.789695.n4.nabble.com/load-coda-in-BRugs-to-perfor-diagnostics-tp4632420.html Sent from the R help mailing list archive at Nabble.com.
2012 Jan 24
1
Error from Brugs "'r for windows gui front-end has stopped working''
Dear all, I just try to run the example in R brugs packages, but not only once. Loop is added in this example. After several times (7, 11, or other random number), there is an error message "r for windows gui front-end has stopped working". This happened in two laptops with windows 7 and vista. I have tried different versions of R (2.14.1 and 2.13) and Brugs packages (0.7.1 and 0.7-5).