Hi,
I am trying to reshape from wide to long using the following command:
reshape long percwg_ percwgnat_ percwgnnat_ percwgma_ percwgfe_ percwgage1_ percwgage2_ percwgage3_ percwgage4_ percwgage5_ percwgage6_ cntr_8090_ cntr_0005_ cntr_8007_ cntr_9007_ cntr_0007_ cntr_0705_ cntr_9000_ cntr_8005_ cntr_8000_ cntr_9005_ , i(year) j(pctile)
I keep getting the following error : too many values r(134);
I have a total of 2352 variables and 1551 observation before the command reshape.
What can I do in order to fix this error ? How do I figure out what it is causing the error?
Thank you
Giu
I am trying to reshape from wide to long using the following command:
reshape long percwg_ percwgnat_ percwgnnat_ percwgma_ percwgfe_ percwgage1_ percwgage2_ percwgage3_ percwgage4_ percwgage5_ percwgage6_ cntr_8090_ cntr_0005_ cntr_8007_ cntr_9007_ cntr_0007_ cntr_0705_ cntr_9000_ cntr_8005_ cntr_8000_ cntr_9005_ , i(year) j(pctile)
I keep getting the following error : too many values r(134);
I have a total of 2352 variables and 1551 observation before the command reshape.
What can I do in order to fix this error ? How do I figure out what it is causing the error?
Thank you
Giu
Comment