mam3xs wrote:
Hi all,
I have a R code with quite a few lines. For instance
AA <- read.csv(C:\\AA.txt)
AA.diff <- diff(log(AA))
.
Now I want to re-define the code with different object, like BB,
CC..ZZ(the codes are the same). Thus, I was wondering whether their is
an efficient wa
Hi all,
I have a R code with quite a few lines. For instance
AA <- read.csv(C:\\AA.txt)
AA.diff <- diff(log(AA))
.
Now I want to re-define the code with different object, like BB,
CC..ZZ(the codes are the same). Thus, I was wondering whether their is
an efficient way or automatic w
2 matches
Mail list logo