Search found 13 matches
- Wed Nov 19, 2014 4:36 am
- Forum: Programming
- Topic: How to save residual series
- Replies: 6
- Views: 10043
Re: How to save residual series
Thanks.
- Tue Nov 18, 2014 6:13 pm
- Forum: Programming
- Topic: How to save residual series
- Replies: 6
- Views: 10043
Re: How to save residual series
Dear Gareth I tried running the codes below to save two residual series into an excel sheet, but after running it, I didn't get an excel file on my desktop. There must be something wrong with my codes. Could you please give me your advice? Many thanks. equation eq1 eq1.ls a1 c b1 eq1.makeresid equat...
- Tue Nov 18, 2014 5:30 pm
- Forum: Programming
- Topic: How to save residual series
- Replies: 6
- Views: 10043
Re: How to save residual series
Dear Gareth Many thanks for your prompt reply. As I need to run a number of regressions together, could I save different residual series at the same time to excel sheet? For example, I've tried writing the codes for running two equations together (please see below), but it did not work. Could you pl...
- Tue Nov 18, 2014 4:17 pm
- Forum: Programming
- Topic: How to save residual series
- Replies: 6
- Views: 10043
How to save residual series
Hello, I need to run a multivariate regression for over 200 times on Eviews 7 and need to save the residual series into excel sheet each time for further undertaking RUNS test (I believe Eviews doesn't have RUNS test, am I right?). Could you please send me the codes that can save the residual series...
- Thu Mar 07, 2013 3:45 pm
- Forum: Programming
- Topic: Exporting multitables from EViews to Spreadsheet
- Replies: 11
- Views: 6874
Re: Exporting multitables from EViews to Spreadsheet
Many thanks Gareth.
- Thu Mar 07, 2013 1:28 pm
- Forum: Programming
- Topic: Exporting multitables from EViews to Spreadsheet
- Replies: 11
- Views: 6874
Re: Exporting multitables from EViews to Spreadsheet
Hello I want to collect all the tables from different pages to one page, but the code (copy src_sheet3\src_table2 dest_sheet2\src_table2) couldn't work. To find the reason, I now try copying a table within the same page using the following code: Copy src_table1 dest_table2 But again an error message...
- Sat Mar 02, 2013 4:56 pm
- Forum: Programming
- Topic: Exporting multitables from EViews to Spreadsheet
- Replies: 11
- Views: 6874
Re: Exporting multitables from EViews to Spreadsheet
After I run your code (copy src_sheet3\src_table2 dest_sheet2\src_table2), I still got the error message, ie, " Bad object specification src_sheet3\src_table2 in "COPY src_sheet3\src_table2 dest_sheet2\src_table2". I don't know why, would appreciate your advice.
- Sat Mar 02, 2013 4:15 pm
- Forum: Programming
- Topic: Exporting multitables from EViews to Spreadsheet
- Replies: 11
- Views: 6874
Re: Exporting multitables from EViews to Spreadsheet
I'm really sorry as a beginner in programming, I'm not sure what you meant. Could you give a specific example or change my code below to show me. Many thanks.
- Sat Mar 02, 2013 4:00 pm
- Forum: Programming
- Topic: Exporting multitables from EViews to Spreadsheet
- Replies: 11
- Views: 6874
Re: Exporting multitables from EViews to Spreadsheet
Dear Gareth According to your advice, I've tried to copy all the tables from different pages into sheet2. I use copy command, but it doesn't work, error message shows - "bad object specification". I' m not sure where I've got wrong, my code is below: wfopen C:\Users\HUBS\Desktop\cocoa_nd.w...
- Fri Mar 01, 2013 10:26 am
- Forum: Programming
- Topic: Running GARCH model repeatedly in different pages
- Replies: 3
- Views: 3232
Re: Running GARCH model repeatedly in different pages
Hi Gareth
Thanks for your reply and suggestions. Will read some program references.
Kind regards,
Jian
Thanks for your reply and suggestions. Will read some program references.
Kind regards,
Jian
- Fri Mar 01, 2013 10:19 am
- Forum: Programming
- Topic: Exporting multitables from EViews to Spreadsheet
- Replies: 11
- Views: 6874
Re: Exporting multitables from EViews to Spreadsheet
Many thanks Gareth. I will try it.
- Fri Mar 01, 2013 9:24 am
- Forum: Programming
- Topic: Running GARCH model repeatedly in different pages
- Replies: 3
- Views: 3232
Running GARCH model repeatedly in different pages
Hello, In the past I always used the built-in functions in Eviews. I never program in Eviews before. With my current project I need to click the same function icon over 10000 times in order to get all results. I would very appreciate if someone could help to solve the following question. My workfile...
- Fri Mar 01, 2013 9:21 am
- Forum: Programming
- Topic: Exporting multitables from EViews to Spreadsheet
- Replies: 11
- Views: 6874
Exporting multitables from EViews to Spreadsheet
Hello, My workfile contains 12 pages, each page has a result table (called table1). As each workfile contains 12 pages, so it has 12 tables(results). Now I need to export these 12 tables(results) from each page into a speadsheet, I would be very grateful if you could help me with some codes, so I ca...
