Search found 7 matches
- Tue Apr 29, 2014 10:46 am
- Forum: Programming
- Topic: First not NA value of series
- Replies: 8
- Views: 4320
Re: First not NA value of series
Ok. Thanks.
- Tue Apr 29, 2014 7:12 am
- Forum: Programming
- Topic: First not NA value of series
- Replies: 8
- Views: 4320
Re: First not NA value of series
I use EViews 6.
- Mon Apr 28, 2014 11:31 am
- Forum: Programming
- Topic: First not NA value of series
- Replies: 8
- Views: 4320
Re: First not NA value of series
I used the equation series a = @first(p10) + cr_10 and then an error message come and writes @FIRST is not a Genr or series expression function?!
Thank you very much for your help.
Thank you very much for your help.
- Sun Apr 27, 2014 2:32 am
- Forum: Programming
- Topic: First not NA value of series
- Replies: 8
- Views: 4320
Re: First not NA value of series
Thanks for replying. However, it does not work.
I want to calculate: series a= @first(b)+c.
I want to calculate: series a= @first(b)+c.
- Sat Apr 26, 2014 4:59 am
- Forum: Programming
- Topic: First not NA value of series
- Replies: 8
- Views: 4320
First not NA value of series
Hello, how can I get the first not NA value of a series. I want to use this value (series 1) as the starting point of a new series (series 3) and add another one to it (series 2). 1 2 3 NA NA NA NA NA NA NA NA NA 100 0 100 102 3 103 103 4 104 Thank you very much for helping.
- Fri Apr 11, 2014 8:37 am
- Forum: Programming
- Topic: Sum series including NA
- Replies: 2
- Views: 2520
Re: Sum series including NA
Thanks a lot.
- Fri Apr 11, 2014 7:02 am
- Forum: Programming
- Topic: Sum series including NA
- Replies: 2
- Views: 2520
Sum series including NA
Hello, how can I sum series including NAs and finally divide r_Sum by the included available observations in a loop? Here you can see my example: year r1 r2 r3 r_Sum Division by included amount of observations (r_Sum/n_included) 1992 NA NA 0.2 0.2 0.2/1 1993 NA NA -0.4 -0.4 0.1/1 1994 NA 0.4 0.4 0.8...
