Page 1 of 1

Panel data estimation for a subset of Data

Posted: Mon May 23, 2016 1:15 am
by abeifaa
Hello members,
how do i do a panel data estimation for a subset of data? for a example...
dv iv de
5 8 0
8 1 0
9 6 0
4 2 1
6 2 1
5 2 1

estimating a regression for only the subset where d=0
N/B "de" is not a dummy variable.
thank you

Re: Panel data estimation for a subset of Data

Posted: Mon May 23, 2016 1:27 am
by EViews Gareth
Set the sample to "if de=0"

Re: Panel data estimation for a subset of Data

Posted: Mon May 23, 2016 2:17 am
by abeifaa
Set the sample to "if de=0"
thank you. it worked perfectly