Dear All,
I am facing difficulties in dropping observations of some 300 variables and 140 of them have a common suffix. All these 140 variables end by _xt and I want to drop observations for all the 300 variables if at least one the 140 variables ending by _xt has a value <= 5. The following command does not work : drop if *_xt <=5 .
Thank you in advance!
I am facing difficulties in dropping observations of some 300 variables and 140 of them have a common suffix. All these 140 variables end by _xt and I want to drop observations for all the 300 variables if at least one the 140 variables ending by _xt has a value <= 5. The following command does not work : drop if *_xt <=5 .
Thank you in advance!
Comment