Page 1 of 1

NA to 0

Posted: Wed Oct 15, 2014 6:04 am
by ddierend
I have a lot of series, how can I convert all my NA data to 0?

Re: NA to 0

Posted: Wed Oct 15, 2014 8:24 am
by EViews Gareth

Code: Select all

series x = @nan(x,0)