Differences between revisions 1 and 2
Revision 1 as of 2023-06-08 00:58:06
Size: 319
Comment:
Revision 2 as of 2023-06-08 00:59:12
Size: 323
Comment:
Deletions are marked like this. Additions are marked like this.
Line 15: Line 15:
== Variables == === Variables ===
Line 23: Line 23:
== Cases == === Cases ===

Stata Drop

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


Usage

Variables

drop foo bar baz

Cases

drop if foo==1
drop in 1/10


CategoryRicottone

Stata/Drop (last edited 2023-06-08 20:31:05 by DominicRicottone)