Null hypothesis in the omitted variables test

For notifying us of what you believe are bugs or errors in EViews.
Please ensure your copy of EViews is up-to-date before posting.

Moderators: EViews Gareth, EViews Moderator

trubador
Did you use forum search?
Posts: 1518
Joined: Thu Nov 20, 2008 12:04 pm

Null hypothesis in the omitted variables test

Postby trubador » Sat Nov 05, 2016 6:11 pm

I believe the null hypothesis in the omitted variables test should either read "..are NOT jointly significant..." or "...are jointly INsignificant..."

Code: Select all

wfcreate u 100
series x1 = nrnd
series x2 = nrnd
series y = 2 + .8*x1 + 0.2*x2 + @rnorm

equation eq1.ls y c
freeze(omitted) eq1.testadd x1 x2
omitted.setfillcolor(2) orange

equation eq2.ls y c x1 x2
freeze(redundant) eq2.testdrop x1 x2
redundant.setfillcolor(2) orange

show omitted
show redundant

Return to “Bug Reports”

Who is online

Users browsing this forum: No registered users and 27 guests