Page 1 of 1

Excluding observations according to a threshold

Posted: Tue Feb 04, 2014 2:35 pm
by Pantera
Hi all,

Background: I'm running a regression and want to exclude values on the dependent variable which are less than or equal to a chosen threshold, let's say y <= 5. I'm looking for a "skip if"-command. Question: Any suggestions which EViews8 script can solve the problem?

Regards,

Re: Excluding observations according to a threshold

Posted: Tue Feb 04, 2014 3:50 pm
by EViews Gareth

Code: Select all

smpl if y<=5

Re: Excluding observations according to a threshold

Posted: Tue Feb 04, 2014 4:39 pm
by Pantera
Thank :)

Re: Excluding observations according to a threshold

Posted: Tue Feb 04, 2014 4:49 pm
by EViews Gareth