Re: [R] assign multiple variables at once

2010-08-19 Thread Hosack, Michael
R community, Brian generously provided the following code (see below) but I could not get it to run and it produced this error (after a few minutes of run time): Error: evaluation nested too deeply: infinite recursion / options(expressions=)? I am using Tinn-R and on the IO screen I also

[R] assign multiple variables at once

2010-08-13 Thread Hosack, Michael
R Experts, I would like to create a series of variables without having to assign a separate line of code for each new variable. My dataframe (DF) contains two groups of linked variables (ESP1:ESP9) and (ECRL1:ECRL9). Within ESP1:ESP9 are abbreviated species codes (full dataframe contains 26

Re: [R] assign multiple variables at once

2010-08-13 Thread Brian Diggs
On 8/13/2010 11:08 AM, Hosack, Michael wrote: R Experts, I would like to create a series of variables without having to assign a separate line of code for each new variable. My dataframe (DF) contains two groups of linked variables (ESP1:ESP9) and (ECRL1:ECRL9). Within ESP1:ESP9 are