Search found 4 matches
- Thu Dec 23, 2010 9:10 am
- Forum: Programming
- Topic: P value of coeffs and Johansen cointegration summary
- Replies: 1
- Views: 2597
P value of coeffs and Johansen cointegration summary
I have eviews 6 Any way to capture p values of coeffs? i tried @tdist as pointed out in one post but that doesnt work Also i need to show summary of all 5 cointegration test for multiple equations. is there any clean way to save this info. currently I have 9 windows opening for me (for 9 diff regres...
- Thu Dec 23, 2010 8:20 am
- Forum: Programming
- Topic: Trying to copy regression stats ina vector, getting error
- Replies: 6
- Views: 6005
Re: Trying to copy regression stats ina vector, getting error
k, i managed to clear the vector problem.
- Thu Dec 23, 2010 6:10 am
- Forum: Programming
- Topic: Trying to copy regression stats ina vector, getting error
- Replies: 6
- Views: 6005
Re: Trying to copy regression stats ina vector, getting error
I am using Eviews 6
- Thu Dec 23, 2010 6:10 am
- Forum: Programming
- Topic: Trying to copy regression stats ina vector, getting error
- Replies: 6
- Views: 6005
Trying to copy regression stats ina vector, getting error
Hi I am running the following code %ccy1 = "aud cad chf eur gbp jpy nok nzd sek" %ccy2 = "chf nok sek" pool ccy1 {%ccy1} pool ccy2 {%ccy2} scalar nc1 = ccy1.@ncross scalar nc2 = ccy2.@ncross for !i=1 to nc1 vector r2s %ccy1_name=ccy1.@idname(!i) equation eq1_{%ccy1_name} !flag = ...
