Stata Drop
The drop command is used to subset cases or variables. See also the keep command.
Contents
Usage
Variables
drop foo bar baz
Cases
drop if foo==1 drop in 1/10
The drop command is used to subset cases or variables. See also the keep command.
Contents
drop foo bar baz
drop if foo==1 drop in 1/10