Re: [R] store variables in a for loop using get()

2013-02-11 Thread Duncan Murdoch
On 13-02-11 6:58 AM, ivan wrote: Dear R list, I have a problem in assigning values to existing data frames in R. I have a vector x containing the names of the data frames, which I create to store the results for each variable (a1,a2,a3) obtained in time series moving regressions. Thus, say, x=c

[R] store variables in a for loop using get()

2013-02-11 Thread ivan
Dear R list, I have a problem in assigning values to existing data frames in R. I have a vector x containing the names of the data frames, which I create to store the results for each variable (a1,a2,a3) obtained in time series moving regressions. Thus, say, x=c('a1','a2','a3') Moreover, b is a