Hello,
I have a panel data with variables that are annual. I want to create a new variable in a quarterly frequency and keeping the sames annual values for each period.
For example, I have the annual value (in 2015) for land area=27500. I want to create a variable in a quarterly frequency using this value:
land_area_q1=27500;
land_area_q2=27500;
land area_q3=27500
land_area_q4=27500.
Can you help me with the code?
Thank you in advance!
I have a panel data with variables that are annual. I want to create a new variable in a quarterly frequency and keeping the sames annual values for each period.
For example, I have the annual value (in 2015) for land area=27500. I want to create a variable in a quarterly frequency using this value:
land_area_q1=27500;
land_area_q2=27500;
land area_q3=27500
land_area_q4=27500.
Can you help me with the code?
Thank you in advance!