On Mon, 5 May 2014, artur.bala.tn wrote:
> When I estimate a (highly correlated) bivariate model (providing
the --robust and --cluster options) throught the GUI and try to save the $yhat matrix
through the console, I got the same (not so) error message:
>> The statistic you requested is not available
>>>> genr series predict_external = $yhat[,1]
> Instead, when I estimate the model through the console (or script) everything works
fine
> ???
> Hold on, a second, let me get this straight: unless I'm mistaken, you're
> estimating a model through the GUI and then try to acces its $yhat via
> console, is that right?
Absolutely right!
> Well, you can't do that.
Ops, I used to know gretl holds "in memory" the $-statistics from the
last model estimated :(
Nothing has changed in that respect. It's just that models estimated via
point-and-click do not count as "the last model" from the standpoint of
the console or script. It would be quite confusing, I think, it that were
not the case.
Allin Cottrell