Search found 3798 matches

by startz
Tue Jun 02, 2026 10:36 am
Forum: Econometric Discussions
Topic: Suggestions for my model
Replies: 1
Views: 276

Re: Suggestions for my model

You've done a very nice job so far and your questions are well-put. Here are a few thoughts. ΔCultivatedArea is included strictly as a control variable to prevent the drought coefficient from absorbing the effect of physical land changes, not as a variable of independent interest. You may want to th...
by startz
Fri May 01, 2026 6:46 am
Forum: Data Manipulation
Topic: average of two series
Replies: 2
Views: 1549

Re: average of two series

Or

Code: Select all

series x = (a+b+c)/3
by startz
Fri Feb 14, 2025 10:29 am
Forum: Programming
Topic: Is there an equivalent to the nlcom command (Stata) or the Delta method integrated into EViews?
Replies: 2
Views: 44777

Re: Is there an equivalent to the nlcom command (Stata) or the Delta method integrated into EViews?

There is sort of a kludge to do this. After estimating an equation do View/Coefficient diagnostics/Wald test.

Then enter the nonlinear formula you're interested in, like c(1)/c(2) = 0. You get the value of the formula, the standard error, and the t-statistic.
by startz
Tue Feb 11, 2025 7:25 pm
Forum: Bug Reports
Topic: Illegal date when importing txt file
Replies: 8
Views: 51594

Re: Illegal date when importing txt file

Some of the dates look like 201001. Is there a good way to handle that?
by startz
Tue Feb 11, 2025 9:30 am
Forum: Bug Reports
Topic: Illegal date when importing txt file
Replies: 8
Views: 51594

Re: Illegal date when importing txt file

If it helps, I get the same error you do. But if I use File/Open it appears to work. No idea why.
by startz
Tue Feb 11, 2025 9:06 am
Forum: Bug Reports
Topic: Illegal date when importing txt file
Replies: 8
Views: 51594

Re: Illegal date when importing txt file

If you could post that last row in the text file there's better chance someone might catch what's wrong.
by startz
Tue Jan 28, 2025 10:34 am
Forum: Bug Reports
Topic: Header row in Excel file written by R
Replies: 2
Views: 42951

Re: Header row in Excel file written by R

Yes. Suggesting R is doing something not quite standard. If it's easy to catch, would be nice if EViews handled it.
by startz
Tue Jan 28, 2025 10:21 am
Forum: Bug Reports
Topic: Header row in Excel file written by R
Replies: 2
Views: 42951

Header row in Excel file written by R

Not clear this is exactly an EViews bug...but...

If you read in an Excel file using write_xlsx() EViews will not pick up the variable names in the header row. Quite possibly something not quite right at the R end.
by startz
Wed Jan 22, 2025 11:02 am
Forum: Bug Reports
Topic: wfcreate
Replies: 7
Views: 54996

Re: wfcreate

Thanks.
by startz
Wed Jan 22, 2025 9:32 am
Forum: Bug Reports
Topic: wfcreate
Replies: 7
Views: 54996

Re: wfcreate

Yes. That is the issue.
by startz
Wed Jan 22, 2025 9:03 am
Forum: Bug Reports
Topic: wfcreate
Replies: 7
Views: 54996

Re: wfcreate

The point is that the command defaults to setting the save type as wf1. It probably should not. Much as I am personally fond of the wf1 file format, it is rather dated.
by startz
Tue Jan 21, 2025 12:26 pm
Forum: Bug Reports
Topic: wfcreate
Replies: 7
Views: 54996

wfcreate

The command

Code: Select all

wfcreate(wf = foo) u 100
creates a workfile of type wf1 even when the default is set to wf2.
by startz
Tue Jan 14, 2025 6:55 am
Forum: Econometric Discussions
Topic: Endogenous and Exogenous variables
Replies: 3
Views: 40310

Re: Endogenous and Exogenous variables

IV would make sense.
by startz
Mon Jan 13, 2025 1:51 pm
Forum: Econometric Discussions
Topic: Endogenous and Exogenous variables
Replies: 3
Views: 40310

Re: Endogenous and Exogenous variables

Autocorrelation and heteroskedasticity have nothing to do with endogeneity.

You almost certainly cannot estimate both equations by OLS.
by startz
Sun Jan 12, 2025 7:50 pm
Forum: Bug Reports
Topic: mtos
Replies: 2
Views: 39474

Re: mtos

Maybe a better error message, but I was surprised I couldn't replace the object with a new one.

Go to advanced search