Any help please to get only the R2 of the regressions from here.
Thanks!!
for !i = 1 to 10
for !j = 1 to 10
for !z = 1 to 10
if !i<>!j and !i<>!z and !j<>!z then
equation eq_{!i}_{!j}_{!z}.ls curr{!i} c curr{!j} curr{!z}
endif
next
next
next
Search found 8 matches
- Tue Jun 01, 2010 11:53 pm
- Forum: Programming
- Topic: Several Regressions
- Replies: 13
- Views: 14012
- Mon May 31, 2010 12:24 am
- Forum: Programming
- Topic: Several Regressions
- Replies: 13
- Views: 14012
Re: Several Regressions
Thanks!! That one works perfectly!
Could you please help me getting only the R2 of these regressions?? That´s the last thing i would need.
Thanks again!!
Could you please help me getting only the R2 of these regressions?? That´s the last thing i would need.
Thanks again!!
- Fri May 28, 2010 7:25 am
- Forum: Programming
- Topic: Several Regressions
- Replies: 13
- Views: 14012
Re: Several Regressions
With that, i get the problem "near singular matrix"
for !i = 1 to 10
for !j = 1 to 10
for !z = 1 to 10
if !i<>!j and !i<>!z then
equation eq_{!i}_{!j}_{!z}.ls curr{!i} c curr{!j} curr{!z}
endif
next
next
next
for !i = 1 to 10
for !j = 1 to 10
for !z = 1 to 10
if !i<>!j and !i<>!z then
equation eq_{!i}_{!j}_{!z}.ls curr{!i} c curr{!j} curr{!z}
endif
next
next
next
- Fri May 28, 2010 4:25 am
- Forum: Programming
- Topic: Several Regressions
- Replies: 13
- Views: 14012
Re: Several Regressions
Hi Gareth, I had problems with you program, but at the end i have one that is working: for !i = 1 to 10 for !j = 1 to 10 for !z = 1 to 10 if !z=!j then !k=1 else equation eq_{!i}_{!j}_{!z}.ls curr{!i} c curr{!j} curr{!z} endif next next next But now, i would like to extract only the R2 coefficients ...
- Thu May 27, 2010 7:27 am
- Forum: Programming
- Topic: Several Regressions
- Replies: 13
- Views: 14012
Re: Several Regressions
I have also tried with this program, but there are mistakes.
for !i = 1 to 10
for !j = 1 to 10
for !z = 1 to 10
if !z=!y then
equation eq_{!i}_{!j}_{!z}.ls curr{!i} c curr{!j} curr{!z}
endif
next
next
next
Any idea please? Thanks.
for !i = 1 to 10
for !j = 1 to 10
for !z = 1 to 10
if !z=!y then
equation eq_{!i}_{!j}_{!z}.ls curr{!i} c curr{!j} curr{!z}
endif
next
next
next
Any idea please? Thanks.
- Wed May 26, 2010 8:29 am
- Forum: Programming
- Topic: Several Regressions
- Replies: 13
- Views: 14012
Re: Several Regressions
Thanks, but what i really want to make is several regressions with two regressors in each. With this program for !i = 1 to 10 for !j = 1 to 10 equation eq_{!i}_{!j}.ls curr{!i} c curr{!j} next next I obtain the regressions but with only one regressor. I would like equations like this: .ls curr{!i} c...
- Wed May 26, 2010 5:13 am
- Forum: Programming
- Topic: Several Regressions
- Replies: 13
- Views: 14012
Re: Several Regressions
Thanks!! I think so!! I will try later this evening!!
Thanks again!!
Thanks again!!
- Wed May 26, 2010 1:54 am
- Forum: Programming
- Topic: Several Regressions
- Replies: 13
- Views: 14012
Several Regressions
Hi! I'm new to eviews programming. I'm using Eviews 6.0 I would be very grateful if you could help me.I have been reading the manual "Command and Programming reference" but I´m mixed up over this. I'm working with ten series (returns of ten currencies). Each of them has near 3000 data. I w...
