hello everyone. my dependent variable is monthly data(birth) , and my independent variable (GDP, GDP per capita, unemployment, share of women in population, and stringency dataset). my problem and question are that GDP, GDP per capita, and population are annual datasets but other variables are monthly. how can I estimate because some are annual and some months. how can I convert them? many thanks for your advice.
this is my model : cross-section:
yi=a+b*Xi+c*GDPGrowth(i)+d*Containment(i)
y=birth
X=set of control affecting birth(gdpper capita, unemployment ,share of women in population)
Containment=average measure of restriction
this is some part of my data:
and
I am so thankful to receive your advice.
best regards ,
this is my model : cross-section:
yi=a+b*Xi+c*GDPGrowth(i)+d*Containment(i)
y=birth
X=set of control affecting birth(gdpper capita, unemployment ,share of women in population)
Containment=average measure of restriction
this is some part of my data:
Code:
Country month birth unem AUT January 6,932 4.4 AUT February 6,327 4.5 AUT March 6,802 4.8 AUT April 6,666 4.9 AUT May 7,082 5.8 AUT June 7,099 6 AUT July 7,679 5.8 AUT August 7,543 5.6 AUT September 7,330 5.5 AUT October 7,195 5.4 AUT November 6,413 5.5 AUT December 6,535 5.8 BEL January 9,656 5.1 BEL February 8,680 5 BEL March 9,734 4.9 BEL April 9,577 4.9
Code:
Country year GDP AUT 2020 -6.997 BEL 2020 -6.924 BGR 2020 -4 CHE 2020 -5.966 CHL 2020 -4.486 CZE 2020 -6.5 DEUTNP 2020 .. DNK 2020 -6.5 ESP 2020 -8 EST 2020 -7.5
best regards ,
Comment