Skip to content
Prev 261937 / 398502 Next

conditions simpler way

To drop the burnin period

xx <- x1$x[-seq_len(burnin)]

And it sounds like you want

mean(xx > -1 & xx < 2]

but your code and description differ.
On Sun, 5 Jun 2011, Kehl D?niel wrote: