Displaying 1 result from an estimated 1 matches for "pheno3".
Did you mean:
phenom
2006 Jul 23
1
Iterated Data Input/Output with Random Forests
...the for statement,
setting i<-1 works fine.
One other related question is that right now I am trying to gett the loop to
work by using the paste() function with a variable (i). However, the paste
function returns a string.
If I wanted to make a loop of
tempData$pheno1
tempData$pheno2
tempData$pheno3
...
the paste() function will not work. Is there some other method to achieve the
desired effect? Thank you in advance! I have only been working with R for a few
days so please bear with my lack of knowledge!
John Zhou