[Gretl-users] if command

2010-01-06 Thread artur bala
I'm running an if loop and gretl halts saying " error evaluating 'if' ". What's wrong with that? artur

Re: [Gretl-users] if command

2010-01-06 Thread artur . bala
Here it is: genr series value = 1 if var1 > -15 values = 2 endif Artur > Message du 06/01/10 04:39 > De : "Charles Koss" > A : "Gretl list" > Copie à : > Objet : Re: [Gretl-users] if command > > > Could you post the entire code of the loop? > > -- > Charles Koss > http://charlesonnet.blo

[Gretl-users] pooled panel

2010-01-06 Thread artur . bala
Hi, I'm estimating a panel model with the "pooled" option but the output still contains the mention "Included xxx cross-sectional units". artur Une messagerie gratuite, garantie à vie et des services en plus, ça vous tente ? Je crée ma boîte mail www.laposte.net Hi, I'm estimating a panel model

Re: [Gretl-users] pooled panel

2010-01-06 Thread Sven Schreiber
artur.bala schrieb: > Hi, > > I'm estimating a panel model with the "pooled" option but the output > still contains the mention "Included xxx cross-sectional units". > > artur > this doesn't sound like a problem, does it? -sven

Re: [Gretl-users] if command

2010-01-06 Thread Sven Schreiber
artur.bala schrieb: > Here it is: > > > > genr series value = 1 > > if var1 > -15 > >values = 2 > > endif > > and what's 'var1'? If it's a series then of course this cannot work. -sven

Re: [Gretl-users] if command

2010-01-06 Thread Berend Hasselman
On 06-01-2010, at 11:32, artur.bala wrote: > > genr series value = 1 > > if var1 > -15 >values = 2 > endif Trial 1: - nulldata 10 genr series values = 1 if var1 > -15 values = 2 endif gives this error The symbol 'var1' is undefined error evaluating 'if'

Re: [Gretl-users] pooled panel

2010-01-06 Thread artur . bala
Sven, your question enlighted me! Now I realize! It is not a problem at all! Indeed,through "cross-sectional units" I was obstinating to read "cross-sectional intercepts". Sorry for this false alarm and thanx again. Artur > Message du 06/01/10 13:12 > De : "Sven Schreiber" > A : "artur.bala" ,

Re: [Gretl-users] if command

2010-01-06 Thread Allin Cottrell
On Wed, 6 Jan 2010, artur bala wrote: > I'm running an if loop and gretl halts saying " error evaluating 'if' ". > What's wrong with that? We don't know without seeing the condition you are attaching to "if". One possibility is that the condition involves an NA value and is therefore indetermin

[Gretl-users] Panel models tests

2010-01-06 Thread Bruno Thiago Tomio
Hello, It's really lacking some tests when you estimate a panel model. Could it be added some panel unit root tests, for example, please? Best wishes, Bruno Hello,   It's really lacking some tests when you estimate a panel model. Could it be added some panel unit root tests, for example,

Re: [Gretl-users] Panel models tests

2010-01-06 Thread Sven Schreiber
Bruno Thiago Tomio schrieb: > Hello, > > It's really lacking some tests when you estimate a panel model. Could it > be added some panel unit root tests, for example, please? > In principle you're right, but I guess it's a barrel without bottom (old German proverb). What test in particular woul

[Gretl-users] RES: Panel models tests

2010-01-06 Thread Bruno Thiago Tomio
Right... I'm aware of some limitations of these kind of tests. Anyway, tests like IPS, Maddala-Wu or Levin-Lin-Chou (2002) would be welcome. I was hoping to find a R package for these tests, but no success. Last but not least, thank you for answering, Sven. Sincerely, Bruno -Mensagem origina