Search found 101 matches

by maragloria
Tue May 31, 2011 12:56 pm
Forum: Programming
Topic: Exporting data to a specific excel sheet using "pagesave"
Replies: 4
Views: 3848

Exporting data to a specific excel sheet using "pagesave"

Hi there, I am try to send some data to an excel sheet using the command pagesave . Here is my complete code: 'excel file holding signals - IT CANNOT BE A "xlsx" %xlsfile = "X:\Equi_Val_Exc_G10\source_modeles_structurel.xls" pagesave(t=excel) %xlsfile range=facmod_v1!A1 @keep sig...
by maragloria
Fri May 13, 2011 8:25 am
Forum: Programming
Topic: Exporting and Importing to/from Excel spreadsheet
Replies: 10
Views: 8039

Re: Exporting and Importing to/from Excel spreadsheet

Please ignore my previous question. The code is working properly. Thanks.
by maragloria
Fri May 13, 2011 7:59 am
Forum: Programming
Topic: Exporting and Importing to/from Excel spreadsheet
Replies: 10
Views: 8039

Re: Exporting and Importing to/from Excel spreadsheet

Hi There, I also have a question similar to question 2. I am using the import comand and I would like to know how to tell Eviews that the dates are in the excel column A. The data in excel is daily, 5-days week. I tried using the command @freq d5 but this, if I am not mistaken, does not make Eviews ...
by maragloria
Fri Apr 29, 2011 9:36 am
Forum: Bug Reports
Topic: problem with the command "pagesave" - Eviews 7
Replies: 3
Views: 4639

Re: problem with the command "pagesave" - Eviews 7

I have another question about the command pagesave. I'm gonna post it in the forum related to programming.
Thanks in advance.
by maragloria
Fri Apr 29, 2011 9:04 am
Forum: Bug Reports
Topic: problem with the command "pagesave" - Eviews 7
Replies: 3
Views: 4639

Re: problem with the command "pagesave" - Eviews 7

But why is the file being deleted when the code runs?
by maragloria
Fri Apr 29, 2011 7:53 am
Forum: Bug Reports
Topic: problem with the command "pagesave" - Eviews 7
Replies: 3
Views: 4639

problem with the command "pagesave" - Eviews 7

Hi there, I am having a bug with the command "pagesave2 on Eviews 7. I am trying to save some data from Eviews to an excel file. Upon running the following lines: %xlsfile = "X:\Equi_Val_Exc_G10\source_modeles_structurel.xlsx" pagesave(t=excelxml) {%xlsfile} range="facmod" @...
by maragloria
Fri Jan 21, 2011 7:00 am
Forum: Estimation
Topic: Panel cointegration estimations - possible with Eviews 7?
Replies: 32
Views: 33416

Panel cointegration estimations - possible with Eviews 7?

Hi there, I would like to know if the cointegration methods FM-OLS and CCR are available with panel structured data in Eviews 7. If not, would you have any suggestions on how to do panel cointegration estimations? I already did the DOLS (leads & lags of Stock & Watson) manually and I would l...
by maragloria
Thu Jan 06, 2011 7:52 am
Forum: Program Repository
Topic: Zivot-Andrews Unit Root Test
Replies: 36
Views: 132586

Re: Zivot-Andrews Unit Root Test

Hi, I just realized you're running the regression using the 1st difference of the series Y. So in this case, to interpret the results I just use the t-stat of the coefficient Y(-1) to test for the null that this coefficient is equal to zero (using the critical values posted previously). Is this corr...
by maragloria
Wed Jan 05, 2011 10:55 am
Forum: Program Repository
Topic: Zivot-Andrews Unit Root Test
Replies: 36
Views: 132586

Re: Zivot-Andrews Unit Root Test

I've posted this question on the Econometric Discussions forum but I am not sure it belongs there so I am posting it again here. It is about interpreting the results of Zivot-Andrews Unit Root Test. I ran the routine "Zivot-Andrews Unit Root Test" call zivot(y,"C",4) to perform a...
by maragloria
Wed Jan 05, 2011 8:25 am
Forum: Econometric Discussions
Topic: interpreting the results of unit root test with trend breaks
Replies: 0
Views: 2400

interpreting the results of unit root test with trend breaks

Hi There, I ran the routine "Zivot-Andrews Unit Root Test" call zivot(y,"C",4) to perform a unit root test with trend break and I would like to know how to interpret the results. From the equation “ZA” I get the following results: Dependent Variable: DY Method: Least Squares Date...
by maragloria
Tue Jan 04, 2011 2:07 pm
Forum: Programming
Topic: panel cointegration tests (Pedroni, Kao)
Replies: 2
Views: 4304

Re: panel cointegration tests (Pedroni, Kao)

You're totally right! Thanks so much.
by maragloria
Tue Jan 04, 2011 12:23 pm
Forum: Programming
Topic: panel cointegration tests (Pedroni, Kao)
Replies: 2
Views: 4304

panel cointegration tests (Pedroni, Kao)

Hi there, I am trying to run two panel cointegration tests (Pedroni and Kao) using the following commands: group beer reerln govexpratio nfanorm relprln totln 'Pedroni test beer.coint (pedroni,const, lag=a,info=sic) 'Kao test beer.coint (kao,const, lag=a,info=sic) There are two problems: 1) The lag=...
by maragloria
Tue Nov 23, 2010 7:13 am
Forum: Programming
Topic: Chow test + error message with the Andrews-Quandt test
Replies: 3
Views: 6395

Re: Chow test + error message with the Andrews-Quandt test

Hi Gareth, Thanks for your reply. Please find attached the data I am using for one country. The error message is the same for the remaining 3 countries. - qss_au is the natural log of the real exchange rate for Australia. It's normalised by subtracting its mean and dividing by its standard deviation...
by maragloria
Mon Nov 22, 2010 1:11 pm
Forum: Programming
Topic: Chow test + error message with the Andrews-Quandt test
Replies: 3
Views: 6395

Chow test + error message with the Andrews-Quandt test

Hi There, I am using EViews 7 and I have a question about implementing the Andrews-Quandt test for unknown breakpoint with my own code. I am following the instructions on the book by Stock & Watson (Introduction to econometrics, 2003 edition). The authors call the “Quandt Likelihood Ratio (QLR) ...
by maragloria
Thu Aug 26, 2010 11:00 am
Forum: Programming
Topic: error message when importing with frequency conversion
Replies: 2
Views: 3460

Re: error message when importing with frequency conversion

thanks very much for your reply.

Go to advanced search