Panel Quantile Regression- "Stata issued an error message"
Hello everyone,
I want to run the Panel Quantile Regression (qregpd) on different Quantiles.
My command is as follows :
qregpd gcf g_vix2 gliq_grw g_ir1 g_gdp_adv lreal_ir lrgdp_grw linf_gdpdef lgov_gdeb ldom_crd_prv lkaopen_nor lcu_acc_pgdp liq, quantile (0.20) id(id) fix(year) optimize(mcmc) noisy draws(1000) burn(100) arate(.5) instruments (gcf g_vix2 gliq_grw g_ir1 g_gdp_adv real_ir rgdp_grw inf_gdpdef gov_gdeb dom_crd_prv kaopen_nor cu_acc_pgdp iq lgdp_pcap)
My dependent variable is gross capital flows (gcf) and first four variables in the regression are the global variables and are incorporated without lagged.
However, remaining variables in the regression are domestic variables and incorporated with their first lagged as per theory.
Further, I have generated the lagged variables and incorporated in the regression analysis.
When I run the qregpd command, the below mentioned error message occurs.
* : 3200 conformability error
estimateGamma(): - function returned error
weightMatrix(): - function returned error
<istmt>: - function returned error
Moreover, when I run the below command which is without the lagged variables I can easily get the results.
qregpd gcf g_vix2 gliq_grw g_ir1 g_gdp_adv real_ir reer_hp rgdp_grw inf_gdpdef gov_gdeb dom_crd_prv kaopen_nor cu_acc_pgdp iq, quantile (0.10) id(id) fix(year) optimize(mcmc) noisy draws(1000) burn(100) arate(.5) instruments( gcf g_vix2 gliq_grw g_ir1 g_gdp_adv real_ir reer_hp rgdp_grw inf_gdpdef gov_gdeb dom_crd_prv kaopen_nor cu_acc_pgdp iq)
Your valuable suggestions will be highly appreciated.
Regards
Muhammad Imran
Related Posts with Panel Quantile Regression- "Stata issued an error message"
sgmediationDoes anyone know how I can get this package? Everything I see when I search is no longer available. …
interpretation of multinominal logit regression coefficientHi Guys. OK, i finally figure out how to make post organized! i have one question regarding the mult…
How do I test equivalence of estimates across different quantiles run by qreg2?Dear Statalisters, I am running a quantile regression of the form below using qreg2 by J.A.F. Macha…
Merging Deflator Values to a PanelHi, I have a panel data (large n and small T) with -id- as the panel variable and -year- as the time…
Use variable labels in the coefpath graph after lasso estimationI am trying to plot the coefficient paths after running a lass command. I am surprised that I cannot…
Subscribe to:
Post Comments (Atom)
Hi Muhammad ,
ReplyDeleteI have the same issue. Have you been able to solve the problem ?