From: Ben B. <bo...@zo...> - 2007-09-27 13:14:48
|
Fine with me. Uwe Ligges wrote: > Hi, > > here is a proposal by Jouni Kerman. Opinions? Change as proposed? > > Uwe > > > -------- Original Message -------- > Subject: [R2WinBUGS] bugs > Date: Thu, 20 Sep 2007 12:02:41 +0200 > From: jou...@no... > To: li...@st... > > Hi Uwe > > There's a slight bug in R2WinBUGS (2.0.4 and apparently also for 2.1.6). > The n.thin parameter default value is defined as > > n.thin = max(1, floor(n.chains * (n.iter - n.burnin)/1000)), > > which restricts the number of simulations to keep to 1000. We should have > a parameter > > n.sims = 1000, > > and redefine n.thin as > > n.thin = max(1, floor(n.chains * (n.iter - n.burnin)/n.sims)), > > to allow changing the number of simulations to keep, easily. > > > [.....] > > regards > > Jouni > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Bugs-r-devel mailing list > Bug...@li... > https://lists.sourceforge.net/lists/listinfo/bugs-r-devel > |