Page 1 of 1

extraction of equation results as numbers

Posted: Tue Oct 22, 2013 8:33 am
by lomfy
hello! i try to extract the p-values and R^2 out of a mass of different equation objects into a table.
i have the following problem:
- using freeze on the equation works fine, however these extracted values seem to be strings rather than numbers. this is an issue for me as i would like to plot those later on.
- referring directly to the equation object does not work (as it is obviously not a table)
i think a workaround could be to calculate the p & R^2 manually for each equation and store them, but is there no easier way?
many thanks,
wolfgang

Re: extraction of equation results as numbers

Posted: Tue Oct 22, 2013 8:51 am
by EViews Gareth
You can retrieve the data members from the equation. The Equation section of the Object Reference has more details.