Page 1 of 1

Convert Panel Data

Posted: Tue Nov 08, 2011 9:05 pm
by molenjameela
Hello everyone!

I want to ask to the eviews master here to solve my problem,,

I am using eviews 6,,
in financial econometrics, we use return data rather than the actual data isn't it?
so how do we convert the data to the return data?

i'm using formula rx=d(log(x)) (*x is a series of data) to convert my raw data. but when i'm using panel workfile, my first year of my five years observation panel data become (NA)

so how do i fix it? am i doing right?
when i do the regression analysis with the panel data, even may data is a balanced panel at first then in estimation output becoming unbalanced panel,,

thank for reading my post, i hove someone here can solve my problem

molenjameela


*PS. Sorry if my english is bad :P

Re: Convert Panel Data

Posted: Tue Nov 08, 2011 10:11 pm
by EViews Gareth
d(log(x)) means the first difference of the log of (x). The first observation is therefore, by construction, an NA, since you do not know what the zeroth observation was. There is nothing that can be done about that (and it isn't necessarily a problem).

Re: Convert Panel Data

Posted: Wed Nov 09, 2011 5:45 am
by molenjameela
thanks garreth