Search found 4 matches
- Thu Feb 09, 2012 9:23 am
- Forum: Programming
- Topic: Store also t-statistics from regressions
- Replies: 2
- Views: 3037
Re: Store also t-statistics from regressions
Ok thanks! Also for your quick response :)
- Thu Feb 09, 2012 6:38 am
- Forum: Programming
- Topic: Store also t-statistics from regressions
- Replies: 2
- Views: 3037
Store also t-statistics from regressions
Hi guys, I'm pretty new to programming, but I've tried the programming manual at this forum. However, I can now retrieve all coefficients from my regressions, but can I also store the corresponding t-statistics in the same program in the matrix? This is what I developed this far: matrix(12,8) coefs ...
- Thu Dec 15, 2011 2:10 am
- Forum: Programming
- Topic: Multiple regressions and changing independent variables
- Replies: 3
- Views: 4345
Re: Multiple regressions and changing independent variables
Not too much I guess. I used the program from the "introductions" part on this website, which creates different regressions for all variables using the loops etc. I sort of rewrote it to make it accessable for my own dataset. This is what I got so far: for !i=1 to sectors.@count %iname = s...
- Wed Dec 14, 2011 4:18 am
- Forum: Programming
- Topic: Multiple regressions and changing independent variables
- Replies: 3
- Views: 4345
Multiple regressions and changing independent variables
Hi guys, For me programming Eviews is totally new, so I first worked through the guide available, but still haven't found what I was looking for. In my case, I have got several dependent variables, but I know how to change those in a program. However, I got several independent variables, of which so...
