I precise that I use Eviews 8.
I have coefficients, but not series names.
Search found 2 matches
- Thu Jun 30, 2016 9:29 am
- Forum: Programming
- Topic: How to store series names in a table ?
- Replies: 3
- Views: 2924
- Thu Jun 30, 2016 9:15 am
- Forum: Programming
- Topic: How to store series names in a table ?
- Replies: 3
- Views: 2924
How to store series names in a table ?
Hello, After a regression I would like to keep regression coefficients in a table like: VarName Coeff . I tried the following code, but it do not store variable names. ' I initialize an equation and a group equation eq group args VI1 VI2 VI3 ' I initialize the table table result result(1,1) = "...
