Displaying 1 result from an estimated 1 matches for "tp4648216p4648225".
2012 Nov 02
4
Loop over several Variables, add on question
Hey everyone,
I have again a loop question:
After generating the dataset using Jan?s approach from my previous posting
(http://r.789695.n4.nabble.com/Loop-over-several-variables-td4648112.html) I
want to rename the Variables in the new dataset so that all y will be called
tiy. Doing it separately the following line works fine:
ti<-rename (ti,c(y5="tiy5"))
So I thought I simply