Page 1 of 1

Deleting NAs without changing the other values

Posted: Mon Apr 30, 2012 3:22 am
by Sissy
Hello,

I'd like to delete the NA values but without changing the other values in my series ( I noted that when I deleted the Na values by using: Proc -> Resample -> Exclude NAs from draw, all the other values of my series were modified). How can I do that in Eviews 7 sv, please ?

Thanks in advance.

Re: Deleting NAs without changing the other values

Posted: Mon Apr 30, 2012 8:35 am
by EViews Esther
If I understood your question correctly, you might need the following command:

Code: Select all

smpl if series_of_interest<>na

Re: Deleting NAs without changing the other values

Posted: Mon Apr 30, 2012 8:52 am
by Sissy
It works thanks a lot.