[R] Random Forest

2007-04-22 Thread Ruben Feldman
Hi, I am trying to print out my confusion matrix after having created my random forest. I have put in this command: fit-randomForest(MMS_ENABLED_HANDSET~.,data=dat,ntree=500,mtry=14, na.action=na.omit,confusion=TRUE) but I can't get it to give me the confusion matrix, anyone know how this works?

[R] Random Forest

2007-04-23 Thread Ruben Feldman
Hi R-wizards, I ran a random forest on a dataset where the response variable had two possible values. It returned a warning telling me that it did regression and if that was really what I wanted. Does anybody know what is being in terms of the algorithm when it does a regression? (the random