I thought that this should be simple. I entered the wrong values for some variables and want to delete them. So I typed:
drop a - b if countryout == 1
where a - b are the incorrect variables and countryout is a variable equal to 1 if the case has the wrong variables. I get the message that I cannot use an if statement, but the manual says that this is allowed. What am I doing wrong, please? Thanks.
Ric Uslaner
drop a - b if countryout == 1
where a - b are the incorrect variables and countryout is a variable equal to 1 if the case has the wrong variables. I get the message that I cannot use an if statement, but the manual says that this is allowed. What am I doing wrong, please? Thanks.
Ric Uslaner
Comment