search for: eotaxin

Displaying 1 result from an estimated 1 matches for "eotaxin".

2009 Aug 13
2
randomForest question--problem with ntree
...th a Windows machine and our linux system running 2.8 and 2.9. Sample code follws. Thanks in advance for help. Mary > m1<-as.formula(paste("as.factor(EAD)~", paste(names(clin_b)[c(5,7,10:36 )], collapse="+"))) > m1 as.factor(EAD) ~ R_AGE + R_BMI + ASCITES...1L. + EOTAXIN + GM.CSF + IFNa + IL.10 + IL.12.p40.p70 + IL.13 + IL.15 + IL.17 + IL.2 + IL.4 + IL.5 + IL.6 + IL.7 + IL.8 + IL1.RA + IL2.R + IP.10 + MCP.1 + MIG + MIP.1a + MIP.1b + RANTES + TNFa + Male + diagnosis + race > > > > > set.seed(12345) > rF.bsl<-randomForest(...