Hello,
I have a lot of variables to transpose from long to wide. Is there a way to transpose the whole dataset instead of picking specific variables? I have my ID and my repeated event time, but the variables I need reshaping are in the hundreds.
reshape wide X, id(id) j(event_time)
Thanks!
I have a lot of variables to transpose from long to wide. Is there a way to transpose the whole dataset instead of picking specific variables? I have my ID and my repeated event time, but the variables I need reshaping are in the hundreds.
reshape wide X, id(id) j(event_time)
Thanks!
Comment