Stata Keep

The keep command is used to subset cases or variables. See also the drop command.


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


CategoryRicottone

Stata/Keep (last edited 2023-06-08 20:18:29 by DominicRicottone)