Originally posted by Nick Cox
View Post
Thank you, it worked. I have a last question;
After reshaping, I tried to create a new variable that calculated the value for each year but it didn't work out as well as I thought:
Code:
gen groupvalue = ((SL1+SH1)-(BL1+BH1))/2
Comment