Hello,
I'm currently working with two datasets. My problem is that the variable I need from one of them is measured biannually and coded with string variables measuring requests send to a firm (requests) by a country (country) based on a date (date).
So I have encoded the (requests) variable and the (country) variable but I can't find a working format for the (date) variable, which is coded either like this: 2013-12-31 or this 2013-06-30, so either in December or June.
For my calculation I have to combine the values of the semi-annual (requests) for each (country) into a single observation.
I thought maybe with dummy variables but I haven't found a way.
Thanks in advance for your time.
I'm currently working with two datasets. My problem is that the variable I need from one of them is measured biannually and coded with string variables measuring requests send to a firm (requests) by a country (country) based on a date (date).
So I have encoded the (requests) variable and the (country) variable but I can't find a working format for the (date) variable, which is coded either like this: 2013-12-31 or this 2013-06-30, so either in December or June.
For my calculation I have to combine the values of the semi-annual (requests) for each (country) into a single observation.
I thought maybe with dummy variables but I haven't found a way.
Thanks in advance for your time.
Comment