Re: [Gretl-users] Accessors for a restricted VECM

2010-08-09 Thread Artur T .
Thanks for this Allin, $stderr works fine. Best, Artur Am 07.08.2010 19:21, schrieb Allin Cottrell: > On Sat, 7 Aug 2010, Artur T. wrote: > > >> Thank you for the answer. With the --full option it works fine. >> >> But, you didn't give an answer on the question whether it it possible to >> ac

[Gretl-users] compilation error on linux

2010-08-09 Thread Artur T .
Hi, I just tried to compile gretl using the cvs source on my Ubuntu 10.04 system. Usually it works fine but today I got the following error after the "make" command: ... fertig. rm -f es.gmo && /usr/bin/msgfmt -c --statistics -o es.gmo es.po es.po:1253:2: syntax error e

[Gretl-users] Deleting variables

2010-08-09 Thread Henrique Andrade
Dear Gretl Community, I have 100 series inside my series (a .gdt file) and I would like to delete all the series that I don't need. I know how to do this using the GUI or with the command "delete", but I would like to make it in a more automatic way. For example, I would like to use the series 5,

[Gretl-users] non-interactive R mode does not work but interactive mode does

2010-08-09 Thread Ricardo Mayer
Hi everyone, I have the following problem. If I create a New R Script in Gretl, I'm able to run it using the Interactive Mode, this is, R GUI opens successfully and does the intended computation. But when try to run the same script using the non-interactive mode, it pops an error message saying:

Re: [Gretl-users] Deleting variables

2010-08-09 Thread Leandro Zipitria
Quick answer: just save the variable you need in a new database (they are very few). Regards Leandro 2010/8/9 Henrique Andrade > Dear Gretl Community, > > I have 100 series inside my series (a .gdt file) and I would like to delete > all the series that I don't need. I know how to do this using

Re: [Gretl-users] Deleting variables

2010-08-09 Thread artur bala
Le 09/08/2010 18:31, Leandro Zipitria a écrit : > Quick answer: just save the variable you need in a new database (they > are very few). > > For example, I would like to use the series 5, 8, 37 and, 98 and > delete anyone else. Please take a look in this pseudo-code: > > list Y = 5 8

Re: [Gretl-users] compilation error on linux

2010-08-09 Thread Allin Cottrell
On Mon, 9 Aug 2010, Artur T. wrote: > I just tried to compile gretl using the cvs source on my Ubuntu 10.04 > system. Usually it works fine but today I got the following error after > the "make" command: > > > ... fertig. > rm -f es.gmo && /usr/bin/msgfmt -c --statistics -

Re: [Gretl-users] Deleting variables

2010-08-09 Thread Allin Cottrell
On Mon, 9 Aug 2010, Henrique Andrade wrote: > I have 100 series inside my series (a .gdt file) and I would like to delete > all the series that I don't need. I know how to do this using the GUI or > with the command "delete", but I would like to make it in a more automatic > way. > > For example,

Re: [Gretl-users] Deleting variables

2010-08-09 Thread artur bala
Le 09/08/2010 19:01, artur bala a écrit : > Le 09/08/2010 18:31, Leandro Zipitria a écrit : >> Quick answer: just save the variable you need in a new database (they >> are very few). >> >> For example, I would like to use the series 5, 8, 37 and, 98 and >> delete anyone else. Please take

Re: [Gretl-users] Deleting variables

2010-08-09 Thread Carlos Henrique Coêlho de Andrade
Dear Leandro, Artur and, Allin, Thank you so much for your valuable help. The script Allin had suggested worked fine for me: store newfile.gdt list open newfile.gdt Best, Henrique Enviado via iPhone Em 09/08/2010, às 15:52, artur bala escreveu: Le 09/08/2010 19:01, artur bala a écrit : Le 0