I am doing several rolling window-based regressions to collect the time-series of the regression outputs. I am using a combination of program define and rangerun: program only contains a constrained regression and rangerun runs the rolling window regressions (rangestat was not employed since the regressions have constraints). I have over 10 independent variables but they are not all filled in for the full time-period being considered. I want to run a simple regression where, in any window, only those independent variables that meet the minimum number of observations are included. There could be windows where over 10 independent variables are included and other windows where fewer than 10 independent variables are included. Since I am collecting only the output and I think I have an interpretation for the output, the changing specification is not a concern. (The dependent variable is fully filled in and is not a concern). How do I achieve this without writing a more complicated program?
-
Login or Register
- Log in with
Comment