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
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..
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
3 matches
Mail list logo