I think I found a bug.
I have panel time series workfile. If I estimate model with command: "ls(cx = f) log(sales_units) price/cpi log(distribution)" it works good. [left output]
But if I add regressors to the group: "group regressors LOG(SALES_UNITS) PRICE/CPI LOG(DISTRIBUTION)" and then estimate same model with this group: "ls(cx = f) regressors" Eviews would give me same output but without names of variables, like in [right output]
regressors display in panel estimation output
Moderators: EViews Gareth, EViews Moderator
regressors display in panel estimation output
- Attachments
-
- FE Model with regressor group
- Capture2.PNG (44.25 KiB) Viewed 4289 times
-
EViews Gareth
- Fe ddaethom, fe welon, fe amcangyfrifon
- Posts: 13604
- Joined: Tue Sep 16, 2008 5:38 pm
Re: regressors display in panel estimation output
Code: Select all
create m 2010 2014m4 52
series sales_units=rnd
series price=nrnd
series cpi=nrnd
series distribution=rnd
group regressors log(sales_units) price/cpi log(distribution)
equation eq1.ls(cx=f) sales_units c price/cpi log(distribution)
equation eq2.ls(cx=f) regressors
-
EViews Gareth
- Fe ddaethom, fe welon, fe amcangyfrifon
- Posts: 13604
- Joined: Tue Sep 16, 2008 5:38 pm
Re: regressors display in panel estimation output
Latest patch should fix it.
Re: regressors display in panel estimation output
Yes, now it is fixed. Thank you!Latest patch should fix it.
Who is online
Users browsing this forum: No registered users and 0 guests
