Page 1 of 1

Make estimated coefficient series

Posted: Mon Oct 03, 2016 7:09 am
by kimmy.huong
Hi all,

I got an issue as follows:

My data is panel of 245 stock tickets, years from 2007 to 2015. I regress ols of eq01: Net_income=c(1)+c(2)*Net_income(-1) and generate coefficients of c(2) is 0.68888.

I would like to create series value of coefficient c(2), but dont know which command to use.

I have tried command : series c2data=eq01.@coefs(2) , but it show only value of 0.68888 in all rows.

Please kindly assist me on this issue.
Many thanks

Re: Make estimated coefficient series

Posted: Mon Oct 03, 2016 7:21 am
by EViews Gareth
Your question doesn't quite make sense. You want to create a series that is equal to a coefficient. A coefficient is a single value. The code you post is correct. It will result in a series with a single value, because that's what you want?

Re: Make estimated coefficient series

Posted: Wed Oct 05, 2016 7:10 am
by kimmy.huong
Thanks Gareth.

Actually I think that I can generate a series of coefficient of each ticket/year as I thought that 0.68888 is avg value of my sample.