Search found 10 matches
- Tue Jul 02, 2013 3:00 am
- Forum: Programming
- Topic: copying alpha series from one workfile to the other
- Replies: 2
- Views: 3555
- Thu Jun 27, 2013 3:27 am
- Forum: Programming
- Topic: copying alpha series from one workfile to the other
- Replies: 2
- Views: 3555
copying alpha series from one workfile to the other
Hi, another copying/merging issue. There must be again something simple I am missing. I am copying one numerical and one alpha series from one workbook to the other. For the numerical one there is no problem, the alpha series gets copied but it's empty in a new workfile. copy WF1::ALLFORECASTS\f_die...
- Tue Jun 25, 2013 8:28 am
- Forum: Programming
- Topic: combining 2 series into one
- Replies: 8
- Views: 7529
Re: combining 2 series into one
ouch, that was easy
may thanks!
may thanks!
- Tue Jun 25, 2013 1:49 am
- Forum: Programming
- Topic: combining 2 series into one
- Replies: 8
- Views: 7529
Re: combining 2 series into one
I am attaching an excerpt of a workfile, plus the program I am trying to run.
- Thu Jun 20, 2013 2:53 am
- Forum: Programming
- Topic: combining 2 series into one
- Replies: 8
- Views: 7529
Re: combining 2 series into one
Hi, the problem is that the resulting series get overwritten in the process. y_hat for ASIA contains NA's for EUROPE and vice versa. So when I copy: copy EUROPE\f_diesel SUMMARY\ copy ASIA\f_diesel SUMMARY\f_diesel @src @date region @dest @date region EUROPE portion of f_diesel gets overwritten by N...
- Wed Jun 19, 2013 12:26 pm
- Forum: Programming
- Topic: combining 2 series into one
- Replies: 8
- Views: 7529
Re: combining 2 series into one
thank you, I'll give it a try
- Wed Jun 19, 2013 7:30 am
- Forum: Programming
- Topic: combining 2 series into one
- Replies: 8
- Views: 7529
combining 2 series into one
Hello again, I have a panel of country level data over a certain time period. I am running the regression for 2 subsets of countries, e.g. ASIA and EUROPE. I keep the (frozen) equations in 2 pages: ASIA_page and EUROPE_page. On these pages I have my forecast variable Y_hat for ASIA and EUROPE foreca...
- Mon Jun 17, 2013 7:44 am
- Forum: Programming
- Topic: Exporting estimated coefficients
- Replies: 1
- Views: 2733
Exporting estimated coefficients
Hi, I have a panel of country-level data and I estimate the regression (REG_YYY), let's say YYY = C(1) + C(2)*AAA + C(3)*BBB. I store the coefficients and dummy variables as vectors: vector coefs_YYY = REG_YYY.@coefs vector cx_YYY=REG_YYY.@effects From the vectors themeselves it is not clear with wh...
- Fri Jun 07, 2013 3:09 am
- Forum: Programming
- Topic: panel data: calculate a cross-section as the sum of 2 others
- Replies: 2
- Views: 2928
Re: panel data: calculate a cross-section as the sum of 2 ot
Thanks,
works perfect.
works perfect.
- Wed Jun 05, 2013 8:35 am
- Forum: Programming
- Topic: panel data: calculate a cross-section as the sum of 2 others
- Replies: 2
- Views: 2928
panel data: calculate a cross-section as the sum of 2 others
Hi,
I have a panel, containing US50, USTER and USA cross-sections. I need to define USA as the sum of US50 and USTER for all variables. I am struggling with how to do this. Thank you
Lenka
I have a panel, containing US50, USTER and USA cross-sections. I need to define USA as the sum of US50 and USTER for all variables. I am struggling with how to do this. Thank you
Lenka
