Stata Keep
The keep command is used to subset cases or variables. See also the drop command.
Contents
Usage
Variables
keep foo bar baz
Note that the variables kept are not re-ordered. See the order command for that functionality.
Cases
keep if foo==1 keep in 1/10