Page 1 of 1

Put estimation values in graph

Posted: Sat Nov 19, 2011 3:54 pm
by terrya
I'm using EV7.2 latest version.

An example: I create a scatterplot, including the fitted y-value, for a linear relationship. I want to put either the estimated equation or one of the coefficients or the R2 into the graph. But I can't find a way of programming this. Each thing that I thought was possible just gives me a string not the equation or the numerical value of the coefficients or R2.

Is is possible to do this?

Re: Put estimation values in graph

Posted: Sat Nov 19, 2011 4:08 pm
by startz
Something like

Code: Select all

string s = @str(eq01.@r2) g.addtext {s}

Re: Put estimation values in graph

Posted: Sat Nov 19, 2011 4:29 pm
by terrya
Thanks - works.

I felt it was something easy (and, hence, difficult to work out!) or impossible (implausible)

Re: Put estimation values in graph

Posted: Fri Jul 13, 2012 12:41 am
by R. Jassy
Hi
I need help, i have a seasonal graph type and want to add the values to the means, but don't know how?
I am not familiar with eviews commands or programming

thank you.