Search found 4 matches

by Alfa318
Sat Jun 11, 2022 3:10 am
Forum: Programming
Topic: Adding date to loop
Replies: 2
Views: 3201

Re: Adding date to loop

Thanks a lot! :mrgreen:
by Alfa318
Wed Jun 08, 2022 6:19 am
Forum: Programming
Topic: Adding date to loop
Replies: 2
Views: 3201

Adding date to loop

I'm using EViews 11 to run the following simple code for a sample of 173 firms: vector(173) myvec for !i=1 to 173 smpl if c_id=!i myvec(!i) = @cor(ret,ret(-1)) next I have a daily data file, how can I run the above loop for every month separately? I don't know how to introduce date restrictions in t...
by Alfa318
Thu Aug 13, 2020 7:49 pm
Forum: Estimation
Topic: IRF in VARX
Replies: 8
Views: 21411

Re: IRF in VARX

Hi Matt, Many thanks for your help! I'm running a panel VARX and when I reach the step of "m.solve" I get an error message: "Error in Sample: Range Error". When I did it with the code you provided, it was running perfectly. But when I switch to my panel dataset, I get this error....
by Alfa318
Sat Jul 25, 2020 8:11 pm
Forum: Estimation
Topic: IRF in VARX
Replies: 8
Views: 21411

IRF in VARX

I'm running a VARX model and I'd like to obtain the response of the endogenous variables to a shock in the exogenous variable. How do I do this in EViews (I'm using EViews 11)?

Please bare in mind that I'm extremely novice. :oops:

Many thanks.

Go to advanced search