Dear all,
I need to create a new row according to one condition.
My data look like this:
What I need is a new row called "F" for instance as mean between "D" and "E".
Thank you in advance for your help.
Best,
Stefano
I need to create a new row according to one condition.
My data look like this:
Code:
* Example generated by -dataex-. To install: ssc install dataex * dataex ID I1 I2 I3 clear input str61 ID double(I1 I2 I3) "A" -.2512 -.2951 -.2552 "B" -.2757 -.3962 -.6286 "C" -.3005 -.3327 -.2896 "D" -.1695 .0448 -.1167 "E" -.4392 -.6512 -.7259 end
Thank you in advance for your help.
Best,
Stefano
Comment