Skip to content
Prev 212404 / 398500 Next

Loop

Val
Thank you  Henrique,

However,

F1<-sum(!findInterval(colMeans(replicate(100, z1(100, 4))), 0.2:0.3))
F2<-sum(findInterval(colMeans(replicate(100, z1(100, 4))), 0.2:0.3))

the sum of the two (F1+F2) = number of replicates (in this case 100).
Sometimes I do not  get that sum. Do you know why?

Val
On Wed, Mar 3, 2010 at 2:33 PM, Henrique Dallazuanna <wwwhsd at gmail.com> wrote: