search for: fmm2

Displaying 2 results from an estimated 2 matches for "fmm2".

Did you mean: fmm
2013 Mar 10
0
max row
...gt;Pm2<-rbeta(1000,0.2+res3[i,"x"],0.8+res3[i,"m"]-res3[i,"x"]); >>>>Pn2<- rbeta(1000,0.2+res3[i,"y"],0.8+res3[i,"n"]-res3[i,"y"]); >>>>Fm2<- ecdf(Pm2);? >>>>Fn2<- ecdf(Pn2); >>>>#Fmm2<- Fm2(res3[i,"p1"]); >>>>#Fnn2<- Fn2(res3[i,"p2"]); >>>> >>>>Fmm2<- Fm2(p1L); >>>>Fnn2<- Fn2(p1H); >>>> >>>>R2<- (Fmm2+Fnn2)/2;? >>>>Fmm_f2<- max(R2, Fmm2); >>>>Fnn_...
2013 Feb 01
29
cumulative sum by group and under some criteria
Thank you very much for your reply. Your code work well with this example. I modified a little to fit my real data, I got an error massage. Error in split.default(x = seq_len(nrow(x)), f = f, drop = drop, ...) : Group length is 0 but data length > 0 On Thu, Jan 31, 2013 at 12:21 PM, arun kirshna [via R] < ml-node+s789695n4657196h87@n4.nabble.com> wrote: > Hi, > Try this: >