search for: 5fu

Displaying 3 results from an estimated 3 matches for "5fu".

Did you mean: 5f
2008 Jan 08
1
Problem in anova with coxph object
...pe==2, ] > m = coxph(Surv(time, status) ~ rx + sex + age + perfor, data=colondeath) > m Call: coxph(formula = Surv(time, status) ~ rx + sex + age + perfor, data = colondeath) coef exp(coef) se(coef) z p rxLev -0.028895 0.972 0.11037 -0.262 0.7900 rxLev+5FU -0.374286 0.688 0.11885 -3.149 0.0016 sex -0.000754 0.999 0.09431 -0.008 0.9900 age 0.002442 1.002 0.00405 0.603 0.5500 perfor 0.155695 1.168 0.26286 0.592 0.5500 Likelihood ratio test=12.8 on 5 df, p=0.0251 n= 929 > anova(m, test='Chisq') Anal...
2013 Feb 14
2
Plotting survival curves after multiple imputation
...ld like to plot a survival curve using the pooled results. Here is a reproducible example: require(survival) require(mice) set.seed(2) dt <- colon fit <- coxph(Surv(time,etype)~rx + sex + age, data=colon) dummy <- data.frame(sex=c(1,1,1),rx=c("Obs","Lev","Lev+5FU"),age=c(40,40,40)) plot(survfit(fit, newdata=dummy) ) # now create some missing values in the data dt <- colon dt$rx[sample(1:nrow(dt),50)] <- NA dt$sex [sample(1:nrow(dt),50)] <- NA dt$age[sample(1:nrow(dt),50)] <- NA imp <-mice(dt) fit.imp <- coxph.mids(Surv(time,etype)~...
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list. I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without modifications. How did I try it? Created a (non-root) build environment (not a mock ) Installed the kernel.scr.rpm and did a rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee prep-out.log The build failed at the end: Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL Checking