I checked the data members for equation objects, but they all seemed to be scalar/number in terms of type. Is there any way to retrieve a string containing the name of the series regressed based on its position within the equation? Similar to the way eviews gets the value of coefficients using: eq01.@coef(3) or eq01.@coef(5) ect. Maybe something like:
Code: Select all
eq01.@regname(3)Thanks for reading
