Displaying 1 result from an estimated 1 matches for "clin_b".
Did you mean:
climb
2009 Aug 13
2
randomForest question--problem with ntree
...esults appear identical. Have changed mtry from mtry=5 to mtry=6 successfully. Have seen same problem on both 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 + TN...