Page 1 of 1
Adding a trend for each cross-section in panel analysis?
Posted: Mon Apr 08, 2019 1:20 pm
by E-Conman
Hi,
Is there some easy short-cut to add a different trend for each country/cross section in panel data analysis?
Re: Adding a trend for each cross-section in panel analysis?
Posted: Mon Apr 08, 2019 1:28 pm
by EViews Gareth
What do you mean by different trend? You want a different coefficient on a trend term for each cross-section, or you want to start the trend term at a different date for each cross-section?
Re: Adding a trend for each cross-section in panel analysis?
Posted: Wed Apr 10, 2019 12:05 am
by DCFerral
Try @trend*@expand(country)
That will create a separate trend coefficient for each cross section ;)
Re: Adding a trend for each cross-section in panel analysis?
Posted: Wed Apr 10, 2019 11:34 am
by E-Conman
Try @trend*@expand(country)
That will create a separate trend coefficient for each cross section ;)
Thanks!! This is what I meant.