Search found 5 matches
- Mon Apr 29, 2013 7:57 am
- Forum: Econometric Discussions
- Topic: Interpreting results after taking first differences
- Replies: 1
- Views: 11467
Interpreting results after taking first differences
Hi, I had a question about how I should go about interpreting my results. I've taken first differences of my dependent and independent variables and used a model to estimate inflation expectations (my dependent variable) but I'm unsure what to do next. My main problem is that my dependent variable a...
- Fri Mar 02, 2012 3:37 am
- Forum: Programming
- Topic: Running several subroutines/programmes
- Replies: 3
- Views: 3998
Re: Running several subroutines/programmes
Cheers Gareth, the include command works perfectly! However we couldn't find the exec command anywhere, I have a feeling it might be because we're still on Eviews 6?
Edit: sorted now. thanks!
Edit: sorted now. thanks!
- Thu Mar 01, 2012 4:49 am
- Forum: Programming
- Topic: Running several subroutines/programmes
- Replies: 3
- Views: 3998
Running several subroutines/programmes
Hi, Quick question, is it possible to run several subroutines defined in a different program? For example we have a program that has x, y an z as subroutines. Can I make another program that opens the first program and runs those subroutines? On a similar note, if I have a few programs and I try to ...
- Thu Feb 02, 2012 10:11 am
- Forum: Programming
- Topic: Creating loops with different variables
- Replies: 2
- Views: 3877
Re: Creating loops with different variables
Brilliant, works fine.
Thanks
Thanks
- Fri Jan 27, 2012 4:24 am
- Forum: Programming
- Topic: Creating loops with different variables
- Replies: 2
- Views: 3877
Creating loops with different variables
Hi, I'm trying to create a program that works out a simple quarter on quarter change on a number of variables however I can't get the loop function to work fo some reason. Here's the code: for %v NEVI NEVJ NEVK NEVL smpl 1990:01 2010:04 delete p%v genr p%v = 100*(%v/%v(-1))-1) next I've only include...
