Dear Community,
I want to analyze the effect of the Brexit on the economic growth on the UK.
For that, i created a panel dataset for the different industry groups (19) for the time period 2010q1-2022q4 (48 dates) including 5 different control variables (p.E: Total Assets (Mil.). Workforce (Thsd.), Productivity(Thsd.) , Innovation( Mil.), Delator(%).)
The dv is the gross value added from the specific industry group (GVA) (Mil.).
My goal is to see if there is a discernible effect of the brexit.
To my questions:
#1 after setting my panel set:
" xtset Industry1 time, quarterly
panel variable: Industry1 (strongly balanced)
time variable: time, 2010q1 to 2022 q4
delta: 1 quarter"
can i add a dummy variable "D1" ( 0= before brexit 1= after brexit) and run:
"xtreg GVA TA WF Prod Ino Defl D1, fe"
to see if there is a valid effect ?
#2 the second approach would be a structural break test:
In my research i only found the xtbreak command for panel data, because the " estat sbsingle/ estat sbknown" is only for time-series data.
So are there other opportunities to detect structural breaks or external shocks in stata?
I would be very grateful for any feedback
best regards
Lukas
I want to analyze the effect of the Brexit on the economic growth on the UK.
For that, i created a panel dataset for the different industry groups (19) for the time period 2010q1-2022q4 (48 dates) including 5 different control variables (p.E: Total Assets (Mil.). Workforce (Thsd.), Productivity(Thsd.) , Innovation( Mil.), Delator(%).)
The dv is the gross value added from the specific industry group (GVA) (Mil.).
My goal is to see if there is a discernible effect of the brexit.
To my questions:
#1 after setting my panel set:
" xtset Industry1 time, quarterly
panel variable: Industry1 (strongly balanced)
time variable: time, 2010q1 to 2022 q4
delta: 1 quarter"
can i add a dummy variable "D1" ( 0= before brexit 1= after brexit) and run:
"xtreg GVA TA WF Prod Ino Defl D1, fe"
to see if there is a valid effect ?
#2 the second approach would be a structural break test:
In my research i only found the xtbreak command for panel data, because the " estat sbsingle/ estat sbknown" is only for time-series data.
So are there other opportunities to detect structural breaks or external shocks in stata?
I would be very grateful for any feedback
best regards
Lukas
Comment