search for: combine_1

Displaying 1 result from an estimated 1 matches for "combine_1".

Did you mean: combine1
2009 Mar 09
1
Data Restructuring Question
...eally Run2 temp,               17.0,  There # Really Run3   Right now I am manually recombining: tmp_1<-data.frame(data$VariableName, data$ Run1, data$Location) tmp_2<-data.frame(data$VariableName, data$ Run2, data$Location) tmp_3<-data.frame(data$VariableName, data$ Run3, data$Location)   combine_1<-rbind(tmp_1, tmp_2) combine_1<-rbind(combine_1, tmp_3)   Is there an easier way that is more flexible?  I would like to make it flexible enough to handle the case where I have two or four runs.    Thank you for any feedback. [[alternative HTML version deleted]]