Arrange in rows by group
Hi, Here is the problem I am trying to solve:6 Y continuous variables (Y1,Y2,..Y6), same continuous X variable (1) and sample ID field (SID).I am doing a BiVariate fit grouping by SID. I would like all 6 plots to be in a row and with each SID group.SID=1Y1,Y2,Y3,Y4,Y5,Y6,SID=2Y1,Y2,Y3,Y4,Y5,Y6,...... How would I script this? The Y's and X are know and fixed while the number of sample IDs will var...