Hello, I am working with pvar model, where I would like to see the response of (gdp cpi credit) to impulse( policy rate) and exogenous variables (US gdp). My code works for endogenous variables but not when I include exogenous variables. I now I am supposed to use DM for exogenous variables. I tried all combinations but it doesn't seem to work. The reported error is either "invalid" or policy rate is not exogenous. please help.
* Estimate pVAR models
pvar rgdplog crelog cpilog policyrate, exog(ffr_us rgdp_us_pch) lags(1)
est store pvar1_1
pvarirf graph dm, imp(ffr_us rgdp_us_pch policyrate) res(rgdplog cpilog crelog)
this works fine though:
pvarirf, imp(policyrate ) res(rgdplog cpilog crelog)
Related Posts with need help using DM (dynamic multiplier) for exogenous variables in PVAR's impulse response
stratified panelDear all, I have what I assume to be a stratified panel data (i.e. daily data on 3 cities, for each …
Difference between sampsi, pre() and power repeatedDear Statalist, I'm wishing to calculate a sample size based on the comparison of means between two…
Plotting Survival Curve (Multi-level modeling and interaction terms)I am having difficulty plotting the different survival curves (specifically the hazard) following mu…
Model selection/comparing model fit in a quasi likelihood model (i.e., Poisson w/robust standard errors)Dear all, I am modelling household water use data (i.e., total annual household water use). The dis…
Need-adjusted Health Care Utilisation and the Concentration IndexHello everyone, for my studies, I would like to estimate income-related inequality across countries…
Subscribe to:
Post Comments (Atom)
0 Response to need help using DM (dynamic multiplier) for exogenous variables in PVAR's impulse response
Post a Comment