Re: [Gretl-users] restrict --silent option

2013-05-17 Thread Allin Cottrell
On Fri, 17 May 2013, artur tarassow wrote: > in the following example, the "--silent" option does not work properly, as > the output is still printed. > > > open hamilton.gdt --quiet > genr p = 100*(log(PZUNEW)-log(PZUNEW[1973:01])) > genr s = -100*(log(EXRITL)-log(EXRITL[1973:01])) > genr pf =

Re: [Gretl-users] restrict --silent option

2013-05-17 Thread Ignacio Diaz-Emparanza
On 17/05/13 14:58, artur tarassow wrote: > Hi, > in the following example, the "--silent" option does not work > properly, as the output is still printed. > > > open hamilton.gdt --quiet > genr p = 100*(log(PZUNEW)-log(PZUNEW[1973:01])) > genr s = -100*(log(EXRITL)-log(EXRITL[1973:01])) > genr

[Gretl-users] restrict --silent option

2013-05-17 Thread artur tarassow
Hi, in the following example, the "--silent" option does not work properly, as the output is still printed. open hamilton.gdt --quiet genr p = 100*(log(PZUNEW)-log(PZUNEW[1973:01])) genr s = -100*(log(EXRITL)-log(EXRITL[1973:01])) genr pf = 100*(log(PC6IT)-log(PC6IT[1973:01])) set vecm_norm none