Hello Stata Forum,
I know I have asked this question before but I am really struggling with my reshape function. My data currently looks like this:
I am looking to have my data look like the following:
Thank you very much!
I know I have asked this question before but I am really struggling with my reshape function. My data currently looks like this:
| MMA_WTP | LRM_WTP | Combined_WTP | MMA_ct | LRM_ct | Combined_ct |
| 16 | 20 | 36 | 100 | 250 | 350 |
| Name | WTP | ct |
| MMA | 16 | 100 |
| LRM | 20 | 250 |
| Combined | 36 | 350 |

Comment