Search found 10 matches
- Fri Mar 07, 2014 8:15 am
- Forum: Programming
- Topic: how to run multiple program in one program?
- Replies: 34
- Views: 28525
Re: how to run multiple program in one program?
Thanks so much Gareth. This is my first job that requires me to get into this much detail with programming and I can honestly say, I do not think I would have ever figured that one out.
- Thu Mar 06, 2014 8:38 pm
- Forum: Programming
- Topic: how to run multiple program in one program?
- Replies: 34
- Views: 28525
Re: how to run multiple program in one program?
Thanks for the reply Gareth, but I only know how to get it to run specific programs that I specify directly. I was looking to find out how or where I can learn how to direct it to run a group of programs in a folder. I looked through the Command Ref and Obj Ref guides and did not see an explanation ...
- Thu Mar 06, 2014 1:05 pm
- Forum: Programming
- Topic: how to run multiple program in one program?
- Replies: 34
- Views: 28525
Re: how to run multiple program in one program?
Is there a way to run the execute function across a bunch of programs in a specific folder? I have dozens of variations of models that I have to run on the same data. I would like to just group them into folders and run all of the programs in a folder as needed.
Thanks for the help.
Thanks for the help.
- Tue Mar 04, 2014 11:21 am
- Forum: Programming
- Topic: Grabbing Variable Names
- Replies: 4
- Views: 4363
Re: Grabbing Variable Names
I'll try this.
By the way, that EqTabs addin is awesome, almost exactly what I need. Thanks for pointing me in that direction.
By the way, that EqTabs addin is awesome, almost exactly what I need. Thanks for pointing me in that direction.
- Tue Mar 04, 2014 11:07 am
- Forum: Programming
- Topic: Grabbing Variable Names
- Replies: 4
- Views: 4363
Re: Grabbing Variable Names
Thanks, I'll check that out.
I've been using the @varlist currently, but was hoping there was something allowing me to pull out each variable independently, something like @varlist(i).
I'll look into the eqtabs. Thanks again.
I've been using the @varlist currently, but was hoping there was something allowing me to pull out each variable independently, something like @varlist(i).
I'll look into the eqtabs. Thanks again.
- Tue Mar 04, 2014 9:48 am
- Forum: Programming
- Topic: Grabbing Variable Names
- Replies: 4
- Views: 4363
Grabbing Variable Names
I am curious if there is a way to grab each independent variable name separately from an regression equation output. I am running several models with time lags and am having the results captured in a table to quickly examine all of them as a group as opposed to comparing each one individually. I hav...
- Fri Feb 07, 2014 9:01 am
- Forum: Programming
- Topic: Building an array from the data to use in a loop
- Replies: 6
- Views: 5483
Re: Building an array from the data to use in a loop
ahhh, we were trying rowvector.
Thanks a million. This works perfectly.
Thanks a million. This works perfectly.
- Fri Feb 07, 2014 8:52 am
- Forum: Programming
- Topic: Building an array from the data to use in a loop
- Replies: 6
- Views: 5483
Re: Building an array from the data to use in a loop
Cross sections, yes. Codes, no, but I can build those later if I understand how to do the cross section. The data is in panel format over 2008Q1 to 2013Q4 and there is an alpha series with the names of the RCs that provide the cross-section. I have included a picture of the data which I would want i...
- Fri Feb 07, 2014 7:37 am
- Forum: Programming
- Topic: Building an array from the data to use in a loop
- Replies: 6
- Views: 5483
Re: Building an array from the data to use in a loop
Eviews Gareth, This is almost perfect. The thing I'm missing is if there is a way for this line: for %cross %code "RC-CAPITAL" "RCC" "RC-EAST" "RCE" "RC-NORTH" "RCN" to determine these for the data. For example, I'm currently using 6 cross ...
- Thu Feb 06, 2014 1:09 pm
- Forum: Programming
- Topic: Building an array from the data to use in a loop
- Replies: 6
- Views: 5483
Building an array from the data to use in a loop
I'm working with panel data based upon FYQuarters and location. I am running an LS regression with 5 dependent variable, of which 2 have unique lags. I've created a loop to run the unique lags, but I can't seem to figure out how to build an array to restrict the sample for each location and run the ...
