Hi all,
I'm sure there is a very simple solution. I have two variables 'Year' (2000 to 2016) and 'Quarter' (1 to 4). I'm trying to generate a very simple combination i.e. 2000q1, 2000q2....2016q3, 2016q4.
I've tried the expected = yq(year, quarter) but no luck.
Any advice would be much appreciated.
I'm sure there is a very simple solution. I have two variables 'Year' (2000 to 2016) and 'Quarter' (1 to 4). I'm trying to generate a very simple combination i.e. 2000q1, 2000q2....2016q3, 2016q4.
I've tried the expected = yq(year, quarter) but no luck.
Any advice would be much appreciated.
Comment