Hi,
I'm using SAS Enterprise Guide 5.0 to estimate a dynamic panel model with GMM (Arellano Bond Model). I have an unbalanced panel dataset which consists of about 30000 individuals over 6 years. I'm using the following code:
proc panel data=data_base;
id i t;
clag y(1) / out=data_base_lag;
run;
proc panel data = data_base_lag;
id i t;
instruments depvar;
model y = y_1 x_1 x_2 x_3 /gmm twostep maxband=4 robust artest=2;
run;
The output is providing the "Fit Statistics", "Sargan Test" and "Parameter Estimates". But the result of the test for autocorrelation in the residuals (ARTEST) is not been provided. The result for this test is the following table, filled with ".".
AR(m) test |
| ||
Lag | Statistic | Pr > Statistic | |
1 | . | . | |
2 | . | . | |
3 | . | . |
Do you have any idea why is this happening?
Thanks,
Neto
Hi Neto,
I have the same problem in SAS. Please let me know if you had solution to figure it out or not?
Many thanks.
lemai
Neto and Lemai,
In my experience, this most often arises from a singular regression that is encountered while calculating the test. If Neto could email me some data that reproduces the problem at Bobby.Gutierrez@sas.com, I'll be glad to take a closer look and recommend a solution.
--Bobby
Hello,
I am working on something similar and received the same problem.
Anyone have an idea what it might be the reason?
Thanks
I have the same problem: the AR test is not calculated when using PROC PANEL with the GMM method even though there are no missing values in the data. Can you please share the solution?
Registration is open! SAS is returning to Vegas for an AI and analytics experience like no other! Whether you're an executive, manager, end user or SAS partner, SAS Innovate is designed for everyone on your team. Register for just $495 by 12/31/2023.
If you are interested in speaking, there is still time to submit a session idea. More details are posted on the website.
Learn how to run multiple linear regression models with and without interactions, presented by SAS user Alex Chaplin.
Find more tutorials on the SAS Users YouTube channel.