[R] Dynamic Variable Names?

johnny123 johnny123 at dispostable.com
Sat Apr 14 15:16:50 CEST 2012


Hi, I've written some R code that runs through a loop a certain number of
times.  I want to save the output of each loop under a new variable name,
but I seem unable to do so.

I have a [10,1] matrix of stock tickers, and I want to save the output to
the variable name: paste(matrix[i,1],"rets",sep="").  
Eg: AAPLrets would be the name of the variable that I would save the output
to.
Ideally after the script runs it would have saved 10 output to 10 different
variable names. 
Any suggestions on how to do so?

Thanks.


--
View this message in context: http://r.789695.n4.nabble.com/Dynamic-Variable-Names-tp4557189p4557189.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list