** Select All Citations, Including Split Votes ** Written By: Andrew D. Martin ** Date: 8/24/2009 ** ** Note: This code works by parsing the idenfication variables. ** It is important to carefully read the documentation before ** performing one of these selections. This corresponds to ** selected ANALU=0, or 4 in the legacy database ** Case-Centered Data use SCDB_2009_02_caseCentered_Vote.dta keep if regexm(caseIssuesId, "....-...-01-01")==1 ** Justice-Centered Data clear use SCDB_2009_02_justiceCentered_Vote.dta keep if regexm(caseIssuesId, "....-...-01-01")==1