Search found 13611 matches

by EViews Gareth
Thu Aug 06, 2026 4:27 pm
Forum: Data Manipulation
Topic: copy(c=litmana) A\series01 without rho and @indicator?
Replies: 1
Views: 597

Re: copy(c=litmana) A\series01 without rho and @indicator?

EViews will use an ML estimator to estimate rho, if it isn't supplied.
An indicator series of a constant value of 1 is used if none is supplied.

https://eviews.com/help/helpintro.html# ... 23ww268576
by EViews Gareth
Tue Jul 21, 2026 9:14 am
Forum: Bug Reports
Topic: Failed to initialize EViewsRConn.VariantRConn — COM Error 0x800706be at XOPEN(TYPE=R)
Replies: 4
Views: 1281

Re: Failed to initialize EViewsRConn.VariantRConn — COM Error 0x800706be at XOPEN(TYPE=R)

I've been trying to replicate this, but can't. I ran you reproducer many times over a couple of hours, and no issues.

Which version/build date of EViews are you using? (Help->About EViews)
by EViews Gareth
Wed Jul 08, 2026 11:18 am
Forum: Data Manipulation
Topic: EViews 14: Mixed graph option bug?
Replies: 1
Views: 1352

Re: EViews 14: Mixed graph option bug?

Just tried it - no crash. What's the workfile spec?
by EViews Gareth
Wed Jun 24, 2026 12:40 pm
Forum: Bug Reports
Topic: MIDAS fit statistics (R², SSR, etc..) estimation sample if there's a gap
Replies: 3
Views: 3802

Re: MIDAS fit statistics (R², SSR, etc..) estimation sample if there's a gap

Yep, definitely a bug. We'll fix. Just if you're interested, here's some code that makes it concrete. close @wf wfcreate(page=q) q 1990 2030 series y=nrnd pagecreate(page=m) m 1990 2030 series x=nrnd pageselect q copy(c=split) m\x * smpl 1990 2020 2023 2030 equation eq1.midas(midwgt=umidas, fixedlag...
by EViews Gareth
Mon Jun 01, 2026 12:50 am
Forum: Programming
Topic: Merging datasets
Replies: 5
Views: 6146

Re: Merging datasets

Here's a stab. mode quiet close @all import(page=key) .\key.txt @freq u 1 %name = @wright(@wlookup("*"), 1) rename {%name} name %name = "name" rename series* key* %keys = @wlookup("key*") %objects = @wdelim( _ @wreplace( _ "vintage year " + %keys + " &quo...
by EViews Gareth
Sat May 30, 2026 6:00 am
Forum: Data Manipulation
Topic: Simple pageunstack gone wrong
Replies: 3
Views: 6238

Re: Simple pageunstack gone wrong

Yeah, that’s not a bad way to do it.
by EViews Gareth
Fri May 29, 2026 11:17 pm
Forum: Data Manipulation
Topic: Simple pageunstack gone wrong
Replies: 3
Views: 6238

Re: Simple pageunstack gone wrong

The issue is that because there is no between cross-section variation (a and b are identical), when you stack, EViews does the "smart" thing in realising you don't need two different value series, so it condenses down to a single series, called value. Then when you do the tidyup step, you ...
by EViews Gareth
Fri May 29, 2026 11:08 pm
Forum: Programming
Topic: Merging datasets
Replies: 5
Views: 6146

Re: Merging datasets

Are you still having issues with the first case (or the second)? I took a look, but think I need more information on what you're trying to do. I put a stop right before your "attempt 1", just to load the two pages and do the renames. But after that I can't see what you're trying to accompl...
by EViews Gareth
Tue May 26, 2026 12:00 pm
Forum: Programming
Topic: Eviews 14 Link Command Issue
Replies: 1
Views: 2806

Re: Eviews 14 Link Command Issue

Yes, you cannot redeclare the link if it already exists. We'll take a look to see if we can improve that behaviour.

In the meantime, yes, you'd have to delete it first.
by EViews Gareth
Mon May 25, 2026 11:35 am
Forum: Programming
Topic: @logmode?
Replies: 1
Views: 2884

Re: @logmode?

You mean determine what it is currently set to? No, unfortunately not.
by EViews Gareth
Sat May 16, 2026 3:02 pm
Forum: Programming
Topic: Get date format for active page?
Replies: 7
Views: 5828

Re: Get date format for active page?

@dateval usually just figures it out without needing a format
by EViews Gareth
Sat May 16, 2026 5:44 am
Forum: Programming
Topic: Get date format for active page?
Replies: 7
Views: 5828

Re: Get date format for active page?

No, it is a global setting in EViews.



I think there's probably an easy way to do what you want, but I don't understand, yet, what you're trying to do.

Go to advanced search