|
Size: 422
Comment:
|
Size: 575
Comment:
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 34: | Line 34: |
| == Stored Results == The number of dropped rows is stored in `r(N drop)`. The number of dropped variables is stored in `r(k 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
Stored Results
The number of dropped rows is stored in r(N drop).
The number of dropped variables is stored in r(k drop).
