Dear all,
greetings,
I am facing a similar problem with a panel VAR model. I want to add country-fixed effects, country-specific time trends and time-fixed effects in a panel VAR model. If I have 18 countries and 25 years dataset, did the codes below control for cross-country heterogeneity and contemporaneous residual correlation? When do we add gmmstyle?
I am following Abrigo and Love (2015) STATA codes.
thanks
1. pvar endogenous1 endogenous2 endogenous3 endogenous4 , instlags(1) fd td vce (robust)
2. pvar endogenous1 endogenous2 endogenous3 endogenous4 , instlags(1) gmmstyle fd td vce (robust)
Related Posts with country-fixed effects, country-specific time trends and time-fixed effects in a panel VAR
Code for counting ID within a variableHi all, I have a variable inc_chng which calculates the changes in the income variable from year to…
npss: a STATA module to estimate nonparametric heteroskedastic state space modelsnpss: a STATA module to estimate nonparametric heteroskedastic state space models is now available i…
combining "by" and loopsDear stata members, Is there any way to run loops over OBSERVATIONS, not variables, together with …
Bug saving funnel plotsHello When I try to open a saved funnel plot generated by Code: meta funnelplot, contours(1 5 10…
Multinomial Logistic Regression Taking hour+Hello, I'm running a fairly simple multinomial logistic regression with a sort of categorical/ordina…
Subscribe to:
Post Comments (Atom)
0 Response to country-fixed effects, country-specific time trends and time-fixed effects in a panel VAR
Post a Comment