Pooled Mean Group (PMG) Estimation
Here is the file, the cor_z is dependant variable and the ones that start with mac_ and spec_ are explanatory variables, and y1, y2... are dummies
View Article[Urgent] AR models in EViews9 uses all data points
EViews 9 defaults to using ML to estimate AR models. Like GLS, ML estimation uses all data points. Dropping the first data points is done when you estimate with conditional least squares. On your...
View Articleprogram to save tables of various sizes to csv in a loop
HiI'm using a loop to generate then save tables that vary in size to csv files.Each table varies in dimension - the number of rows and columns differ table to table about 30 or so in total.I'm usng EV9...
View Articleprogram to save tables of various sizes to csv in a loop
I'm not sure I follow. Why do you need to use the r= option at all? You only want to save part of each table? If so, how do you know which part of each table you want to save?
View ArticleBand Charts
Kun0,Sorry for the late reply. After further investigation it isn't a bug, change the Code:graph cht.band bottom top mid toCode:group g bottom top midfreeze(cht) g.mixed band(bottom,top) line(mid)With...
View Articleprogram to save tables of various sizes to csv in a loop
THANKS FOR POINTING THE "R=" OUT - REMOVED IT AND THINGS RUN SMOOTH - DUH...
View ArticleUsing variables in Stored Procedures
I am trying to use ODBC to get data to Eviews from an SQL database, so I can continue to work on it in Eviews. The full code is enclosed below, with uid and pwd for the ODBC source changed.Code:Mode...
View ArticleGMM instruments (Dynamic Panel Data Model Wizard)
I have a similar question. Has this question been answered?
View ArticleGMM instruments (Dynamic Panel Data Model Wizard)
I have a similar question. Has this question been answered?
View ArticleIf statements in Model
HiIm trying to convert a model from Troll into Eviews. In the Troll model an equation looks like this:0*R83KK+R83KK = IF (RREN83>0) THEN RREN83 ELSE 0Some of the if statements in the Troll model are...
View ArticleSlider bar ignores sample if conditions
The latest patch does not seem to address this issue. So, shall I safely assume that this is the intended behaviour?
View ArticleTARCOINT
Ifranky wrote:Dear trubadurI'm trying to test for cointegrating TAR and M-TAR between to stock market indices a with constant and VIX as exogenous variables. However, when I try to run the TARCOINT...
View ArticleSlider bar ignores sample if conditions
Yes, the slider bar ignores if conditions, by design.
View ArticleUsing variables in Stored Procedures
Code:%date = "201502"%callcode = "{ call BearbetningHamtaUtskick (@sPeriod='"+%date+"',@sSektor='G')}"PageLoad(type=odbc,page=Utskick) {%dbcred} %callcode
View ArticleDraw vertical lines at specific observations of time series
Try storing the @otod value into a string and then use that string in the draw command. The draw command is not processing the @otod functionCode:create m 90 10series x=rndfreeze(g) x.line%date =...
View Articlegraph bug
Unable to replicate this problem even with what was the current build at the time.Does the problem still persist for you? If so, you said it only happens in the 'series window' but I presume you meant...
View Article