Extracting sample and observations from equation
Posted: Tue Jul 19, 2016 8:21 am
Hello, I'd like to extract the sample length and number of observations from a series of equations to put into an Eviews table when running a loop through multiple equations. I've discovered that the command "[equation].@smpl" does not reference the actual sample used in estimating the equation, but the sample I set initially in the program (for example "smpl 1990m1 @last). Is there another command that returns the sample used in the regression equation? Thanks.