I run the following panel data models:
xtset country year
xi: xtreg privinexdigdp_volarima100 l.capin l.instiqual l.finreform vix_median l.ln_privinexdigdp i.year, fe
xtreg privinexdigdp_volarima100 l.capin l.instiqual l.finreform vix_median l.ln_privinexdigdp i.year, fe
The only difference between the outputs is that vix_median is negative and not significant in the first, but positive and significant in the second. This variable does not vary across panels but obviously, varies across time. Can someone please explain what is happening here? Many thanks for your time.
xtset country year
xi: xtreg privinexdigdp_volarima100 l.capin l.instiqual l.finreform vix_median l.ln_privinexdigdp i.year, fe
xtreg privinexdigdp_volarima100 l.capin l.instiqual l.finreform vix_median l.ln_privinexdigdp i.year, fe
The only difference between the outputs is that vix_median is negative and not significant in the first, but positive and significant in the second. This variable does not vary across panels but obviously, varies across time. Can someone please explain what is happening here? Many thanks for your time.
Comment