On Tue, 15 Nov 2011, Qi Shi wrote: > how to subsample with two restrictions, such as " gender=0 and marr=1"?
smpl gender==0 && marr==1 --restrict AND is "&&", OR is "||". Allin Cottrell
On Tue, 15 Nov 2011, Qi Shi wrote: > how to subsample with two restrictions, such as " gender=0 and marr=1"?
smpl gender==0 && marr==1 --restrict AND is "&&", OR is "||". Allin Cottrell