I believe there is a bug in the asreg function. When I run rolling window regressions on panel data (firm * quarter), the predictions and residuals are identical in each quarter. E.g. when I run...
asreg y x, by(qtr) fitted window(qtr 4)
... all predicted values in a particular quarter are identical, and so are all residuals.
This problem does *not* occur when I do not specify a window, ie when running
asreg y x, by(qtr) fitted
Something seems be wrong with the "window" option.
Has anybody had the same issue?
Related Posts with Bug in asreg?
Weights in Correspondence AnalysisGood day Stata users, I have constructed an index of categorical variables (0/1) using multiple cor…
Games-Howell-Test for postestimation of anova - available in Stata?Hello everybody, I conducted an anova for 11 groups with unequal variance and assume, that I need to…
DSGE model on STATA or DynareI seek to stimulate an analytical model that links financial inclusion, financial frictions and econ…
PPML estimation difficultiesHello everyone, I am currently working on my bachelor thesis and I am writing here to get some insig…
Quadratic Regressioni am doing logit regression with workhours and workhours-square as independent variable and depressi…
Subscribe to:
Post Comments (Atom)
0 Response to Bug in asreg?
Post a Comment