Re: [R] randomForest Tutorial

2012-05-11 Thread Nagagautami Kodali
Hi Jim I am unable to access the webinar pdf on RandomForest Implementation. Can you please send it over? Regards -- Gautami This email message may contain proprietary, private and confidential information. The information transmitted is intended only for the

Re: [R] randomForest Tutorial

2008-07-22 Thread Hans W. Borchers
The help pages for 'randomForest' are quite clear in stating how to use the 'randomForest()' function. Input is a data frame (not a csv-file) and a formula involving attribute names. There is a kind of tutorial for classification and clustering with Random Forests on Leo Breiman's web page

Re: [R] randomForest Tutorial

2008-07-22 Thread Jim Porzak
Dirk, Check out Andy Liaw/Mat Wiener's article in RNews 2002-3 www.r-project.org/doc/Rnews/Rnews_2002-3.pdf Also my decks at www.porzak.com/JimArchive : 1. http://www.porzak.com/JimArchive/JimPorzak_CIwithR_useR2006_tutorial.pdf 2nd part is on randomForest 2. http://www.porzak.com/JimArchive/JimP

[R] randomForest Tutorial

2008-07-22 Thread Dirk Nemitz
I am new to R and I'd like to use the randomForest package for my thesis (identifying important variables for more detailed analysis with other software). I have found extremely well written and helpful information on the usage of R. Unfortunately it seems to be very difficult to find similarly