evaluate equation at intervals
Posted: Thu Apr 23, 2020 7:44 pm
I want to output a matrix that shows the predicted dependent variable given incremental steps in my two independent variables. Assume an equation "eq" that is OLS:
y = c + x1 + x2
Could someone refer me to the documentation on the command for evaluating an equation? From there I should be able to construct the for loops myself.
Closest I could find was:
http://www.eviews.com/help/helpintro.ht ... Model.html
But this seems to be more about sophisticated model construction
y = c + x1 + x2
Could someone refer me to the documentation on the command for evaluating an equation? From there I should be able to construct the for loops myself.
Closest I could find was:
http://www.eviews.com/help/helpintro.ht ... Model.html
But this seems to be more about sophisticated model construction