Search found 13312 matches

by EViews Gareth
Tue Feb 13, 2024 2:23 pm
Forum: Bug Reports
Topic: Patches
Replies: 1
Views: 320

Re: Patches

No, just install the latest patch.
by EViews Gareth
Fri Feb 09, 2024 9:01 am
Forum: Programming
Topic: Variable naming importing from csv
Replies: 4
Views: 442

Re: Variable naming importing from csv

I can't really see how that worked in EViews 12 (and I ran it in 12, and the same behaviour as 13 occurred).

But, you probably want to use the colheadnames=( ) argument of the important statement to say which rows contain name information.
by EViews Gareth
Thu Feb 08, 2024 10:52 am
Forum: Programming
Topic: Variable naming importing from csv
Replies: 4
Views: 442

Re: Variable naming importing from csv

Could you provide the csv?
by EViews Gareth
Thu Feb 08, 2024 10:51 am
Forum: Installation and Registration
Topic: INSTALLATION ISSUES
Replies: 4
Views: 1312

Re: INSTALLATION ISSUES

It looks like you're running the patch installer, rather than the full application installer.
by EViews Gareth
Wed Feb 07, 2024 10:41 am
Forum: Data Manipulation
Topic: Automatic update of a workfile based on Excel files
Replies: 4
Views: 603

Re: Automatic update of a workfile based on Excel files

Appears to work ok for me. Is there something else you're doing?
by EViews Gareth
Tue Feb 06, 2024 4:35 pm
Forum: Programming
Topic: Importing data from .csv files, prompt and matched dates
Replies: 8
Views: 603

Re: Importing data from .csv files, prompt and matched dates

More specifically, when issuing a command, EViews presumes you're sat there willing to input something, so if there is a doubt about what's going on, EViews is more willing to prompt you with some options. If you're running a program, EViews assumes you don't want to be prompted, so goes with a defa...
by EViews Gareth
Tue Feb 06, 2024 3:15 pm
Forum: Programming
Topic: Importing data from .csv files, prompt and matched dates
Replies: 8
Views: 603

Re: Importing data from .csv files, prompt and matched dates

Try running it in an program, not as a command.
by EViews Gareth
Tue Feb 06, 2024 2:35 pm
Forum: Programming
Topic: Importing data from .csv files, prompt and matched dates
Replies: 8
Views: 603

Re: Importing data from .csv files, prompt and matched dates

Seems to work fine for me. Is your copy of EViews up to date?
fab.gif
fab.gif (1.53 MiB) Viewed 490 times
by EViews Gareth
Mon Feb 05, 2024 9:43 am
Forum: Estimation
Topic: Same seed, same regression, different eviews version and different result
Replies: 1
Views: 288

Re: Same seed, same regression, different eviews version and different result

No, but the random number generator isn't guaranteed to produce the same numbers between versions (even with the same seed)
by EViews Gareth
Fri Feb 02, 2024 6:54 am
Forum: Programming
Topic: estimating the the BTVC-VAR model.
Replies: 7
Views: 970

Re: estimating the the BTVC-VAR model.

Btvcvars are only available in EViews 13
by EViews Gareth
Thu Feb 01, 2024 8:26 am
Forum: Programming
Topic: estimating the the BTVC-VAR model.
Replies: 7
Views: 970

Re: estimating the the BTVC-VAR model.

Code: Select all

 var ca_{%c}_var05.btvcvar (t0=0)
 

should be

Code: Select all

 var ca_{%c}_var05.btvcvar(t0=0)
 
by EViews Gareth
Wed Jan 31, 2024 5:02 pm
Forum: Programming
Topic: estimating the the BTVC-VAR model.
Replies: 7
Views: 970

Re: estimating the the BTVC-VAR model.

Could you provide a program that just does the bit you're having trouble with?

Go to advanced search