Search found 3 matches
- Mon Feb 17, 2014 6:19 am
- Forum: Programming
- Topic: getting variable names from stepwise regression
- Replies: 5
- Views: 4884
Re: getting variable names from stepwise regression
Aha! I did not realize it was a string list, I thought it was just a single string. @word worked, thanks a lot! I have checked the eviews forecast function, but it returns different values from what I calculated using my formula. Would you say that the eviews forecast is better? Could you perhaps di...
- Fri Feb 14, 2014 2:32 am
- Forum: Programming
- Topic: getting variable names from stepwise regression
- Replies: 5
- Views: 4884
Re: getting variable names from stepwise regression
Because if I use @varlist, it returns something like "EXP_EUR_12M CPI_DIF_EUR TB_GDP_EUR TB_GDP_US C M_DIF2_EUR_12M M_DIF_EUR", which is a single string containing all the variable names. That would be fine if all I wanted was to look at the variables after the fact, but the fact is that I...
- Thu Feb 13, 2014 1:46 pm
- Forum: Programming
- Topic: getting variable names from stepwise regression
- Replies: 5
- Views: 4884
getting variable names from stepwise regression
Hey, I am using eviews 7 for my master thesis to try and find a way to forecast exchange rates using a variety of factors. I do this by using rolling regressions on one variable at a time by means of a For loop with a rolling window that moves forward one month at a time. I then forecast the future ...
