Created
March 29, 2024 13:22
-
-
Save larsvilhuber/ff47504d215e0f208fa035627c61acdc to your computer and use it in GitHub Desktop.
Checks and controls in Stata data flow
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
. *Check sample sizes | |
. qui desc using ${scratch}/simple2010 | |
. assert r(N)==1941473 | |
. qui desc using ${scratch}/simple2018 | |
. assert r(N)==2011482 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment