Page 1 of 1

Only include certain industries

Posted: Mon Feb 18, 2013 10:06 pm
by Gr8Mate
Only include certain industries:

My industry variable is ICBIC

when I run my equation I want to exclude 2 industries - 7000 & 8000 - but included 1000-6000 & 9000

how can I do that? or do I need to create a new variable /sample?

Cheers
Mark

Re: Only include certain industries

Posted: Mon Feb 18, 2013 10:17 pm
by EViews Gareth
Just type something like this in the sample box:

Code: Select all

if industry <> 7000 and industry <> 8000

Re: Only include certain industries

Posted: Mon Feb 18, 2013 10:44 pm
by Gr8Mate
Gr8 thanks - that worked a treat - simple when you know how - I see I can do it by clicking on Sample or when I run it under "sample"

Many thanks