Size: 323
Comment:
|
Size: 422
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 30: | Line 30: |
---- == See also == [[https://www.stata.com/manuals/ddrop.pdf|Stata manual for drop]] |
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