On Sat, 28 Sep 2013, Marcin Błażejowski wrote:
Hi,
simple code:
<hansl>
set echo off
set messages off
open bjg
smpl 1949:01 1960:08
Model <- ols g const g(-1) --simple
fcast --dynamic --out-of-sample
</hansl>
All works fine, but if we now open the Model in GUI and type "Analysis
-> Forecasts...' we get error: "command 'fcasterr' not
recognized".
Thanks, Marcin. That was fallout from removing the long-deprecated
alias "fcasterr" for "fcast". Now fixed in CVS. Glad you spotted it!
Allin