I'd start with the most problematic file
and check for missing values.
You can also loop over your suspect files, say
clear
foreach subj of numlist 50910 119669 /*
*/ 209171 ... {
use ...`subj', clear
di "`subj'"
count
count if missing(subjid)
di
}
Nick
[email protected]
*
* For searches and help try:
* http://www.stata.com/support/faqs/res/findit.html
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/
| © Copyright 1996–2025 StataCorp LLC | Terms of use | Privacy | Contact us | What's new | Site index |