Fitted series as seen on view of Actual, Fitted, Resid Table
Posted: Mon Jun 23, 2014 1:04 pm
Hi,
Can I store the Fitted series that I can view on the Actual, Fitted, Residual Table? (The one you see when you open an equation, then click the View button, and choose Actual, Fitted, Residual Table.)
I realize that it is equal to the dependent variable for that equation minus the residual for that equation, but it would save me some programming if I could get to it another way. I have been using makeresid to store the residual and then creating a new series equal to the dependent variable minus the residual. Is there an easier way to get to that "Fitted" series?
I saw the equation proc 'fit' is used to compute the static forecast or fitted values from an estimated equation. I tried that and I only seem to get the static forecast.
Thank you very much.
Can I store the Fitted series that I can view on the Actual, Fitted, Residual Table? (The one you see when you open an equation, then click the View button, and choose Actual, Fitted, Residual Table.)
I realize that it is equal to the dependent variable for that equation minus the residual for that equation, but it would save me some programming if I could get to it another way. I have been using makeresid to store the residual and then creating a new series equal to the dependent variable minus the residual. Is there an easier way to get to that "Fitted" series?
I saw the equation proc 'fit' is used to compute the static forecast or fitted values from an estimated equation. I tried that and I only seem to get the static forecast.
Thank you very much.