Hi! I am trying to reshape my data.
id Co base ID3
103 0 0 103_6_6
104 0 1 104_0_0
104 0 0 104_1_1
104 0 0 104_3_3
104 0 0 104_6_6
104 1 0 104_12_12
106 1 0 106_1_1
106 1 0 106_3_3
106 1 0 106_6_6
106 1 0 106_12_12
106 1 0 106_99_18
106 1 0 106_24_24
106 1 0 106_36_36
107 0 1 107_0_-1
107 0 0 107_99_4
108 0 1 108_0_0
108 0 0 108_1_1
Here is my code:
reshape wide Co base, i(id) j(ID3) string
But I got this error message:
Co101_0_-1 invalid variable name
Why is it invalid?
Anyway, I drop this observation and run the code again. But I got an error message again:
Co107_0_-1 invalid variable name
Why is it invalid?
How to detect all the possible invalid names?
How can I reshape my data?
Thank you very much!
Related Posts with invalid variable name
Use local macro and mkdir to create multiple foldersHi all, I'm trying to run the following code to create a loop of creating multiple folders at once.…
Simulating multi-level data for a stepped-wedged designHello, I am aiming to do a simulation analysis to calculate the sample size for a stepped-wedged ran…
Bar graph comparing full sample mean with means by groupHi everyone, I'm not quite sure how to phrase this request, but I want to create a bar graph that s…
Comparing two ratios in Stata, should be easy but I can't figure this out!Hi all, I want to start with huge thanks to this forum for the many tips I have received over the ye…
How to measure statistical difference of two ratios in STATA? Hello, STATA experts! I need your help. Right now I'm in the process of writing my research pape…
Subscribe to:
Post Comments (Atom)
0 Response to invalid variable name
Post a Comment