Page 1 of 1

Missing Values in Panel Time Series

Posted: Sat Feb 14, 2015 7:11 am
by boachie45
Sir,

Please I have dataset for 45 countries. There are missing observations for some variables.

What I want to do is that for each variable, the average for that country will be used to fill the missing observations for that country.

Please how do i go about it.

Thanks

Re: Missing Values in Panel Time Series

Posted: Sat Feb 14, 2015 9:08 am
by EViews Gareth
x = @recode(x=na, @meansby(x, @crossid), x)