Hi
I would like to move from the following format
ID Age Weight Height
1 23 140 62
2 64 96 72
3 49 123 67
To this format:
ID Var_name Var_value
1 Age 23
1 Weight 140
1 Height 62
2 Age 64
2 Weight 96
2 Height 72
3 Age 49
3 Weight 123
3 Height 67
How can I do this in Stata? None of reshape, stack or xpose are
exactly what I need.
In reality I have over 100 variables rather than three--so I would
like to avoid having to list the variables by name if possible.
Thankyou
Karin
*
* For searches and help try:
* http://www.stata.com/help.cgi?search
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/