From: Gregor G. <gre...@bf...> - 2007-09-17 08:52:00
|
Sparapani, Rodney wrote: > I replied again last night, but it never got to the list. I HATE OUTLOOK WEB ACCESS!!!! > Ok, 2.1-6 does work. Here's what I tested: > >> Sys.setenv(WINE="/Applications/Darwine/Wine.bundle/Contents/bin/wine") >> Sys.setenv(WINEPATH="/Applications/Darwine/Wine.bundle/Contents/bin/winepath") >> schools.sim <- bugs (data=data, > inits=inits, > parameters.to.save=parameters, > model.file="schools.txt", > n.chains=3, > n.iter=1000, > bugs.directory="/Applications/WinBUGS14", > debug=FALSE) > > However, fitbugs() does not work. Since bugs() no longer needs WINE/WINEPATH/etc., > that should not be the issue. It seems like fitbugs does not know about bugs.directory!?! > Here's what it looks like: As stated before, fitbugs() is not part of R2WinBUGS and you are right that fitbugs() does not obey bugs.directory. I do not know what should be fixed. Gregor |