Displaying 1 result from an estimated 1 matches for "firststock".
2006 Jul 05
2
apologes if you already saw this :efficiency question
...for paircounter in 1:nrow(tempdata) {
                 firsstock<-gsub(" ","",tempdata[paircounter,1]
                 secondstock<-gsub(" ","",tempdata[paircounter,2]
                  if ( paircounter == 1 ) {
                      stocklist<-c(firststock,secondstock)
                   } else {
                       stocklist<(stocklist,firststock,secondstock)
                   }
                 }