Import - Eviews converts numbers to dates
And in code how do I do this if I have different data types in different columns in the excel sheet? /Erik.
View ArticleProbit Scenario and Graph
Hello,http://www.eviews.com/help/helpintro.ht ... 038.2.htmlUnder the demonstration section of this link is an example of using a model to evaluate the probability of y given certain scenarios. My...
View ArticleHPfilter1s
Hi,Can you please post a sample command/programming reference for a case where lambda is set to 400,000?
View ArticleAssignment !v=@var(d(x)) gives error msg
Hi,Using Eviews 9I am wondering why assignments such as Code:!v = @var(dlog(x))!v = @var(d(x))in a program, or, in the command line,Code:scalar v = @var(dlog(x))don't work. I obtain an error message...
View ArticleLoop over all variables
Hello, I want to apply certain procedures to all variables in my data set.So I want to loop over all variables in my dataset. How should I build the loop?How can I evoque all variables? One possible...
View ArticleLoop over all variables
Either create a group containing all series:Code:group g *and loop through the members of the group, or use the @wlookup function to retrieve the names of every series in the workfile and loop through...
View ArticleAssignment !v=@var(d(x)) gives error msg
Functions that are used to assign to a scalar only, in general, understand expressions involving functions that work on scalars or vector/matrix objects, not series.The log function works on both...
View Articleadd coefs of lags up
Hi,I have 12 regressions with 3 different dependent variables, where the independent variables change. So it is a 3x4 system. For example, I want to obtain for regression i1 the following: scalar1= 1st...
View Articleadd coefs of lags up
eviews says: EFFECT_c11 is not defined or is an illegal command in "EFFECT_{%DPV}{!EQNR}{!H} = EFFECT_{%DPV}{!EQNR}{(!H-1)} + {%DPV}{!EQNR}.@COEF(!H)".
View Article[Urgent] Marginal effects in probit
I believe that one is copied to your system to default. Look in your EViews directory and follow the trail to the folder for the limited dependent variables chapter.
View Articleestimating CFX with the estimation equation
Hi,When i estimate an equation with CFX and then click on representations it gives me the option of "estimation equation" it is the code, where each independent variable has the number of the...
View ArticleProbit Scenario and Graph
The @trend fill is because we'd like to evaluate GPA at various values for graphing purposes. It's showing the probabilities evaluated at different values for this explanatory variable.To answer the...
View Articleadd coefs of lags up
if you mean effect_c11then yes, and it must exist because ofCode: for %dpv c i y 'for dep var eq for !eqnr= 1 to 4 'for equation number for !h= 1 to 8 'for the lag scalar effect_{%dpv}{!eqnr}{!h} =...
View Articleestimating CFX with the estimation equation
i want to write this code this way, for two reasons: 1)t o be later able to add them up more easily, as it seems that it is easier to refer to specific coefs if you do it this waythis code:Code:for...
View Article