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"
Individual-invariant variables in FEHello, I am sorry if this topic has come up before - however, I did searched for an answer and faile…
STATA SE 13, how to get r square after mi estimateDear STATA users, is there a way to obtain R square (model fit statistics) after conducting mice? I…
Income Elasticity with Logit ModelHi, This is my model: Code: logit smoker lninc Where lninc, is the log transformation of the in…
xtabond2Dear all, I am running some dynamic panel data with xtabond2, and often the coefficients of the lagg…
Assigning a result from summarize to a variableHi everyone, I want to sum a variable and then assign its highest value +1 to an observation. The v…
Subscribe to:
Post Comments (Atom)
Hi Muhammad ,
ReplyDeleteI have the same issue. Have you been able to solve the problem ?