Page 1 of 1

FMOLS and DOLS for each countries

Posted: Sat Nov 02, 2013 10:20 am
by praveen
Hi i need to estimate FMOLS and DOLS for each countries, how we can estimate for each countries.....?

Thanks regards
Praveen

Re: FMOLS and DOLS for each countries

Posted: Sat Nov 02, 2013 1:25 pm
by EViews Gareth
More detail is needed. How are your data currently structured?

Re: FMOLS and DOLS for each countries

Posted: Mon Nov 04, 2013 10:23 am
by praveen
More detail is needed. How are your data currently structured?
Hi Data structure is starting with countrys name and year, rest of the variable.. for example
country year gdp consuption
India 2000 9.5 5.5
china 2001 11 6.5
USA 2002 3 7.5
etc. could you please suggest me how to estimate FMOLS and DOLS each countries estimation ....?


Thanks regards

Re: FMOLS and DOLS for each countries

Posted: Mon Nov 04, 2013 10:57 am
by EViews Gareth
I'm going to assume your workfile is structured as a panel.

Simply estimate the FMOLS or DOLS equation you want, but each time set the estimation sample to be the country you want. So your sample would be something like:

Code: Select all

@all if country="India"

Re: FMOLS and DOLS for each countries

Posted: Wed Nov 06, 2013 8:47 am
by praveen
Hi, Data structure is panel data sample data structure one countries will be many time period for example USA 1981 to 2011 around 30 time continuous USA only, rest of the countries same, so i need give comment all the countries right , could please write all programme for FMOLS and DOLS...

Thanks regards

Re: FMOLS and DOLS for each countries

Posted: Tue Nov 12, 2013 8:32 am
by praveen
Hi any one please share the programe command using panel data, FMOLS and DOLS for each country.......?