Displaying 1 result from an estimated 1 matches for "tp25645393p25645393".
2009 Sep 28
6
SAS user now converting to R - Help with Transpose
...1 out=ds2;
by chemical;
var Well1 Well2 Well3 Well4;
run;
data ds3; set ds2;
rename _name_ = WellID;
rename col1 = value;
run;
How can I do this in R?? Any help is much appreciated. Thanks!
--
View this message in context: http://www.nabble.com/SAS-user-now-converting-to-R---Help-with-Transpose-tp25645393p25645393.html
Sent from the R help mailing list archive at Nabble.com.