search for: newga

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

Did you mean: newgv
2011 Apr 06
1
Error in match.names(clabs, names(xi))
...4,2988), Dth=c(rep(1,43), 0,0, rep(1,39), rep(0,6))) CoxG0 <- coxph(Surv(time,Dth) ~ Gp, Gastric) srvGastA <- survfit(Surv(Gastric$time,Gastric$Dth)~1) ## 88 distinct times #Gastric$time is all the time points either death or largest obervation time. #srvGastA$time is all the unique times newGas <- data.frame(start=0, stop=1, Dth=1, Ploidy=1, tim=0) #newGas <- r(0,1,1,1,0) for (i in 2:90) { timind <- match(Gastric$time[i],srvGastA$time) tmpmat <- array(0, dim=c(timind,5))#build an array with dim('index',5) tmpmat[,4] <- rep(Gastric[i,1], timind)#fourth c...
2017 Apr 04
3
RFC: Adding a string table to the bitcode format
On Tue, Apr 4, 2017 at 12:36 PM, Duncan P. N. Exon Smith < dexonsmith at apple.com> wrote: > > On 2017-Apr-04, at 12:12, Peter Collingbourne <peter at pcc.me.uk> wrote: > > On Mon, Apr 3, 2017 at 8:13 PM, Mehdi Amini <mehdi.amini at apple.com> wrote: > >> >> On Apr 3, 2017, at 7:08 PM, Peter Collingbourne <peter at pcc.me.uk> wrote: >>