Search found 13323 matches

by EViews Gareth
Mon Jun 21, 2010 1:49 pm
Forum: Programming
Topic: regression in loop structure and saving results
Replies: 5
Views: 8236

Re: regression in loop structure and saving results

From the thread immediately beneath yours:
viewtopic.php?f=5&t=2549
by EViews Gareth
Mon Jun 21, 2010 8:50 am
Forum: Estimation
Topic: Testing for multicollinearity in EViews 7
Replies: 2
Views: 10322

Re: Testing for multicollinearity in EViews 7

You can use the Coefficient Variance Decomposition diagnostic (which is beneath the VIFs).
by EViews Gareth
Mon Jun 21, 2010 8:07 am
Forum: Programming
Topic: Problem with importing, panel data
Replies: 4
Views: 4566

Re: Problem with importing, panel data

Could you tell us exactly what you've done so far, and exactly why that isn't working?
by EViews Gareth
Fri Jun 18, 2010 4:38 pm
Forum: Programming
Topic: How can I extract p-values from the regression table?
Replies: 2
Views: 4370

Re: How can I extract p-values from the regression table?

There isn't a data member for the p-values. The easiest way to get them is to calculate them directly from the t-statistics.
by EViews Gareth
Fri Jun 18, 2010 11:47 am
Forum: Installation and Registration
Topic: Virtualizing Eviews 6
Replies: 8
Views: 13071

Re: Virtualizing Eviews 6

It isn't categorised by license type. You'll have to contact our sales team and ask.
by EViews Gareth
Fri Jun 18, 2010 7:17 am
Forum: Estimation
Topic: LIML estimation - typo
Replies: 4
Views: 3788

LIML estimation - typo

Could you post your workfile?
by EViews Gareth
Thu Jun 17, 2010 3:34 pm
Forum: Data Manipulation
Topic: Saving Correlogram in word
Replies: 2
Views: 6515

Re: Saving Correlogram in word

Unfortunately you cannot, other than by taking a screenshot and pasting it into Word.
by EViews Gareth
Thu Jun 17, 2010 2:47 pm
Forum: Estimation
Topic: LIML estimation - typo
Replies: 4
Views: 3788

Re: LIML estimation - typo

Correct, typo.
by EViews Gareth
Thu Jun 17, 2010 1:36 pm
Forum: Programming
Topic: Loop: get series and do operations on them
Replies: 6
Views: 6314

Re: Loop: get series and do operations on them

Well, a slightly better way would be:

Code: Select all

string sallinfo = "wf_intl Q001sdm worldgdp 0.001" + " " + _
"wf_usa Q111xp2f realexp 1 " + " " + _
"wf_mf S03Q allman 10 " + " " + _
etc...
by EViews Gareth
Thu Jun 17, 2010 8:07 am
Forum: Programming
Topic: coefficient covariance matrix change to WHITE
Replies: 8
Views: 8158

Re: coefficient covariance matrix change to WHITE

Is your copy of EViews 7 up to date? (You can check the build date by clicking on Help->About EViews).

Yes, to re-estimate using a difference covariance structure, you can just modify that one line.
by EViews Gareth
Thu Jun 17, 2010 8:05 am
Forum: Data Manipulation
Topic: Rounding function
Replies: 4
Views: 7849

Re: Rounding function

I believe there isn't. I usually multiply by 100, then divide by 100, if you see what I mean.

I'll see if we can add one though, since it is quite ridiculous we don't have one.
by EViews Gareth
Wed Jun 16, 2010 10:42 pm
Forum: Programming
Topic: coefficient covariance matrix change to WHITE
Replies: 8
Views: 8158

Re: coefficient covariance matrix change to WHITE

%currenteq = @word(%eqnames,!i)
by EViews Gareth
Wed Jun 16, 2010 4:20 pm
Forum: Suggestions and Requests
Topic: Arrows and callouts
Replies: 1
Views: 2797

Re: Arrows and callouts

On our list, and I'll be surprised/disappointed if our graph team can't get it in by EViews 8.
by EViews Gareth
Wed Jun 16, 2010 8:16 am
Forum: Estimation
Topic: Forcasting standard devation in GARCH
Replies: 1
Views: 1819

Re: Forcasting standard devation in GARCH

Hit the Forecast button, and fill in a name in the "GARCH(optional)" box. The forecasted values will then be put into a series of that name in your workfile.

To forecast over a particular period, just change the "Forecast sample" box.

Go to advanced search