Search found 8 matches
- Wed Apr 22, 2015 7:57 am
- Forum: Programming
- Topic: equation estimation
- Replies: 4
- Views: 3330
Re: equation estimation
excellent; thanks very much.
- Wed Apr 22, 2015 6:54 am
- Forum: Programming
- Topic: equation estimation
- Replies: 4
- Views: 3330
Re: equation estimation
i am using Version 8
- Tue Apr 21, 2015 6:29 pm
- Forum: Programming
- Topic: equation estimation
- Replies: 4
- Views: 3330
equation estimation
hello - I have an equation that estimates fine. I want to estimate it over a different time interval. I don't want to hard code it, since actually I have many estimated equations and i want to be able to choose among them. How do I write the code for the reestimation? Details below: ena62 is an exis...
- Thu Mar 26, 2015 12:14 pm
- Forum: Programming
- Topic: make series name temporary
- Replies: 5
- Views: 4432
Re: make series name temporary
ok, that is what i will do. Thanks for the advice.
- Thu Mar 26, 2015 10:26 am
- Forum: Programming
- Topic: make series name temporary
- Replies: 5
- Views: 4432
Re: make series name temporary
yes, i can delete. In real life, i have created a lot of temporary variables by looping. I can delete them at the appropriate place after done using them, but this is extra code that also has to be positioned properly in the program.
- Thu Mar 26, 2015 10:09 am
- Forum: Programming
- Topic: make series name temporary
- Replies: 5
- Views: 4432
make series name temporary
I want to create a temporary series name that exists only within the program but does not become a permanent series name in the workfile. A simple (and silly) example is in the following program: smpl 15q1 19q4 series lemp = log(emp) 'lemp is only an intermediate variable used as part of an expressi...
- Sat Mar 07, 2015 9:13 am
- Forum: Programming
- Topic: series name in loop
- Replies: 2
- Views: 2597
Re: series name in loop
thank you troubadour; you saved me hours of debugging. Lesson learned for 2nd time: mind your spaces. and thanks for the mode=add coding
- Tue Mar 03, 2015 8:36 pm
- Forum: Programming
- Topic: series name in loop
- Replies: 2
- Views: 2597
series name in loop
Inside a loop i successfully define a series name, but i can't figure out how to use that name subsequently in the loop. The program is string str_endog = "NA11 NA22 NA23 NA39 NA42 NA46 NA47 NA51 NA52 NA53 NA54 NA55 NA56 NA61 NA62 NA71 NA72 NA81 NA92" for !i = 1 to @wcount(str_endog) %b{!i...
