Re: [R] using categorical variable in multiple regression

2011-06-13 Thread Vijayanpadmanabhan
Try using RandomForest.. -- View this message in context: http://r.789695.n4.nabble.com/using-categorical-variable-in-multiple-regression-tp3591517p3594170.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org mailing li

Re: [R] automatically generate the output name of my "for" loops

2011-06-13 Thread Vijayanpadmanabhan
Hi Daniel Try using this approach ##Drawing analogy from your example.. I am storing the values generated in a loop in the following code for (i in c(1:100)) { nam <- paste("r",i, sep=".") assign(nam, i+1) } ##Having stored the values generated in the above loop in as many R objects..

Re: [R] Reproducible research

2010-09-09 Thread Vijayanpadmanabhan
Dear David I have tried odfWeave and I find it quite useful for the purpose. I would recommend you give it a try. It comes with simple example files along with installation. You might have some difficulty in getting the zip files and path configurations set, which is a pre-requisite, but I am sure