From: <gg...@us...> - 2007-06-12 09:58:55
|
Revision: 27 http://svn.sourceforge.net/bugs-r/?rev=27&view=rev Author: ggorjan Date: 2007-06-12 02:58:57 -0700 (Tue, 12 Jun 2007) Log Message: ----------- note on write permission and file location Modified Paths: -------------- trunk/R2WinBUGS/man/bugs.update.settings.Rd Modified: trunk/R2WinBUGS/man/bugs.update.settings.Rd =================================================================== --- trunk/R2WinBUGS/man/bugs.update.settings.Rd 2007-06-12 09:58:15 UTC (rev 26) +++ trunk/R2WinBUGS/man/bugs.update.settings.Rd 2007-06-12 09:58:57 UTC (rev 27) @@ -10,15 +10,20 @@ \item{n.burnin}{length of burn in} \item{bugs.directory}{directory that contains the WinBUGS executable} } + \details{ -Alter the adaptive phases in the WinBUGS updaters (in the \file{Registry.odc} file) -so that all adaptive updating is done during the burnin stage. Otherwise -WinBUGS will not report results if the burnin is less than a minimum value -such as 500 or 4000 (depending on the model). + +Alter the adaptive phases in the WinBUGS updaters (in the +\file{BUGS/System/Rsrc/Registry.odc} file, where BUGS is map of +installed WinBUGS) so that all adaptive updating is done during the +burnin stage. Otherwise WinBUGS will not report results if the burnin is +less than a minimum value such as 500 or 4000 (depending on the +model). Write permission on above mentioned file is needed for this! + } + \value{ Does not return anything. } \seealso{The main function to be called by the user is \code{\link{bugs}}.} -\keyword{internal} - +\keyword{internal} \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |