I have created my historic weather series with daily information over a period of 42 years. Scatter randomly throughout the series are N/A values, after some thought I have decided to replace N/A with the previously known value within the series. Is there any way to do this with an EVIEWS function?
For example something like:
Series x=@nan(y,y(-1))
Sometimes N/A’s are group together for 2 to 5 observations. So I need more then the above example.
Another @nan question
Moderators: EViews Gareth, EViews Steve, EViews Moderator, EViews Jason
Re: Another @nan question
Try this:
Code: Select all
series x = @nan(y,x(-1))Re: Another @nan question
Thank you Trubador. LOL, i was close.
Who is online
Users browsing this forum: No registered users and 2 guests
