* stata_codebook.do - attach long-form notes to the .dta files (run once in Stata). * Generated by build_data_dictionary.py - do not edit by hand. * ---- levitt_state.dta ---- use "levitt_state.dta", clear label data "State cluster identifier (1-48) for each observation" note _dta: Integer cluster id 1-48; each state appears exactly 12 times (one per first-differenced year). Aligns row-for-row with levitt_linear, levitt_partialled, and the three control matrices. note state: Integer id of the U.S. state for an observation; the clustering variable for HC1 standard errors.. Construction: From the replication archive's State.mat (Dstate); 1..48, each state appears 12 times.. Units: integer 1-48. Source: Donohue & Levitt (2001) / BCH (2014) panel save "levitt_state.dta", replace * ---- levitt_linear.dta ---- use "levitt_linear.dta", clear label data "Raw first differences of the three outcomes and treatment" note _dta: Raw first differences of the 1985-1997 level panel. Three (Dy, Dx) pairs, one per outcome: v=violent, p=property, m=murder. Used for the no-controls Donohue-Levitt baseline before any year-FE partialling. note state: Integer id of the U.S. state for an observation; the clustering variable for HC1 standard errors.. Construction: From the replication archive's State.mat (Dstate); 1..48, each state appears 12 times.. Units: integer 1-48. Source: Donohue & Levitt (2001) / BCH (2014) panel note Dyv: First difference of the violent-crime rate (per 100,000, log-change scale).. Construction: Year-over-year difference of the level violent-crime series, 1986-1997.. Units: differenced rate. Source: Donohue & Levitt panel note Dxv: First difference of the effective abortion rate aligned to the violent-crime equation.. Construction: Year-over-year difference of the effective abortion rate (lagged abortion-to-birth weighted average).. Units: differenced rate. Source: Donohue & Levitt panel note Dyp: First difference of the property-crime rate (per 100,000, log-change scale).. Construction: Year-over-year difference of the level property-crime series, 1986-1997.. Units: differenced rate. Source: Donohue & Levitt panel note Dxp: First difference of the effective abortion rate aligned to the property-crime equation.. Construction: Year-over-year difference of the effective abortion rate.. Units: differenced rate. Source: Donohue & Levitt panel note Dym: First difference of the murder rate (per 100,000, log-change scale).. Construction: Year-over-year difference of the level murder series, 1986-1997.. Units: differenced rate. Source: Donohue & Levitt panel note Dxm: First difference of the effective abortion rate aligned to the murder equation.. Construction: Year-over-year difference of the effective abortion rate.. Units: differenced rate. Source: Donohue & Levitt panel save "levitt_linear.dta", replace * ---- levitt_partialled.dta ---- use "levitt_partialled.dta", clear label data "Outcomes and treatment after year fixed-effect partialling" note _dta: Differenced outcomes and treatment after residualising against year dummies (Frisch-Waugh-Lovell). Uppercase suffix V/P/M = violent/property/murder. These align with the partialled control matrices so the LASSO steps carry no time dummies. note state: Integer id of the U.S. state for an observation; the clustering variable for HC1 standard errors.. Construction: From the replication archive's State.mat (Dstate); 1..48, each state appears 12 times.. Units: integer 1-48. Source: Donohue & Levitt (2001) / BCH (2014) panel note DxV: Differenced effective abortion rate after year fixed-effect partialling, violent-crime equation.. Construction: Residual of Dxv on year dummies (Frisch-Waugh-Lovell).. Units: partialled differenced rate. Source: Computed (this study, from BCH panel) note DyV: Differenced violent-crime rate after year fixed-effect partialling.. Construction: Residual of Dyv on year dummies (Frisch-Waugh-Lovell).. Units: partialled differenced rate. Source: Computed (this study, from BCH panel) note DxP: Differenced effective abortion rate after year fixed-effect partialling, property-crime equation.. Construction: Residual of Dxp on year dummies (Frisch-Waugh-Lovell).. Units: partialled differenced rate. Source: Computed (this study, from BCH panel) note DyP: Differenced property-crime rate after year fixed-effect partialling.. Construction: Residual of Dyp on year dummies (Frisch-Waugh-Lovell).. Units: partialled differenced rate. Source: Computed (this study, from BCH panel) note DxM: Differenced effective abortion rate after year fixed-effect partialling, murder equation.. Construction: Residual of Dxm on year dummies (Frisch-Waugh-Lovell).. Units: partialled differenced rate. Source: Computed (this study, from BCH panel) note DyM: Differenced murder rate after year fixed-effect partialling.. Construction: Residual of Dym on year dummies (Frisch-Waugh-Lovell).. Units: partialled differenced rate. Source: Computed (this study, from BCH panel) save "levitt_partialled.dta", replace * ---- levitt_controls_viol.dta ---- use "levitt_controls_viol.dta", clear label data "Candidate-control matrix Z_v for the violent-crime equation" note _dta: 576x284 control matrix for the violent-crime equation, already partialled for year FE and screened for multicollinearity. Column names follow the Matlab scheme (D=difference, L=lag, ^2=square, *=interaction, t=trend); see levitt_control_names. The .dta sanitizes ^ and * to underscores. note Dprison: First difference of the prisoners-per-capita control (one of the 8 base Donohue-Levitt controls).. Construction: Year-over-year difference of prisoners per capita.. Units: differenced rate. Source: Donohue & Levitt panel note Dpolice: First difference of the police-per-capita control.. Construction: Year-over-year difference of police per capita.. Units: differenced rate. Source: Donohue & Levitt panel note Dur: First difference of the state unemployment rate control.. Construction: Year-over-year difference of the unemployment rate.. Units: differenced rate. Source: Donohue & Levitt panel note Dinc: First difference of the income-per-capita control.. Construction: Year-over-year difference of income per capita.. Units: differenced rate. Source: Donohue & Levitt panel note Dpov: First difference of the poverty-rate control.. Construction: Year-over-year difference of the poverty rate.. Units: differenced rate. Source: Donohue & Levitt panel note Dafdc: First difference of the AFDC (welfare) generosity control.. Construction: Year-over-year difference of AFDC generosity per recipient.. Units: differenced rate. Source: Donohue & Levitt panel note Dbeer: First difference of the beer-consumption control.. Construction: Year-over-year difference of beer consumption per capita.. Units: differenced rate. Source: Donohue & Levitt panel note Lprison: Lprison note Lpolice: Lpolice note Lur: Lur note Linc: Linc note Lpov: Lpov note Lafdc: Lafdc note Lbeer: Lbeer note Lprison_2: Lprison^2 note Lpolice_2: Lpolice^2 note Lur_2: Lur^2 note Linc_2: Linc^2 note Lpov_2: Lpov^2 note Lafdc_2: Lafdc^2 note Lbeer_2: Lbeer^2 note Dprison_t: Dprison*t note Dpolice_t: Dpolice*t note Dur_t: Dur*t note Dinc_t: Dinc*t note Dpov_t: Dpov*t note Dafdc_t: Dafdc*t note Dbeer_t: Dbeer*t note Dprison_t_2: Dprison*t^2 note Dpolice_t_2: Dpolice*t^2 note Dur_t_2: Dur*t^2 note Dinc_t_2: Dinc*t^2 note Dpov_t_2: Dpov*t^2 note Dafdc_t_2: Dafdc*t^2 note Dbeer_t_2: Dbeer*t^2 note Dprison_2: Dprison^2 note Dpolice_2: Dpolice^2 note Dur_2: Dur^2 note Dinc_2: Dinc^2 note Dpov_2: Dpov^2 note Dafdc_2: Dafdc^2 note Dbeer_2: Dbeer^2 note Dprison_2_t: Dprison^2*t note Dpolice_2_t: Dpolice^2*t note Dur_2_t: Dur^2*t note Dinc_2_t: Dinc^2*t note Dpov_2_t: Dpov^2*t note Dafdc_2_t: Dafdc^2*t note Dbeer_2_t: Dbeer^2*t note Dprison_2_t_2: Dprison^2*t^2 note Dpolice_2_t_2: Dpolice^2*t^2 note Dur_2_t_2: Dur^2*t^2 note Dinc_2_t_2: Dinc^2*t^2 note Dpov_2_t_2: Dpov^2*t^2 note Dafdc_2_t_2: Dafdc^2*t^2 note Dbeer_2_t_2: Dbeer^2*t^2 note Dprison_Dpolice: Dprison*Dpolice note Dprison_Dur: Dprison*Dur note Dprison_Dinc: Dprison*Dinc note Dprison_Dpov: Dprison*Dpov note Dprison_Dafdc: Dprison*Dafdc note Dprison_Dgun: Dprison*Dgun note Dprison_Dbeer: Dprison*Dbeer note Dpolice_Dur: Dpolice*Dur note Dpolice_Dinc: Dpolice*Dinc note Dpolice_Dpov: Dpolice*Dpov note Dpolice_Dafdc: Dpolice*Dafdc note Dpolice_Dgun: Dpolice*Dgun note Dpolice_Dbeer: Dpolice*Dbeer note Dur_Dinc: Dur*Dinc note Dur_Dpov: Dur*Dpov note Dur_Dafdc: Dur*Dafdc note Dur_Dgun: Dur*Dgun note Dur_Dbeer: Dur*Dbeer note Dinc_Dpov: Dinc*Dpov note Dinc_Dafdc: Dinc*Dafdc note Dinc_Dgun: Dinc*Dgun note Dinc_Dbeer: Dinc*Dbeer note Dpov_Dafdc: Dpov*Dafdc note Dpov_Dgun: Dpov*Dgun note Dpov_Dbeer: Dpov*Dbeer note Dafdc_Dgun: Dafdc*Dgun note Dafdc_Dbeer: Dafdc*Dbeer note Dgun_Dbeer: Dgun*Dbeer note Dprison_Dpolice_t: Dprison*Dpolice*t note Dprison_Dur_t: Dprison*Dur*t note Dprison_Dinc_t: Dprison*Dinc*t note Dprison_Dpov_t: Dprison*Dpov*t note Dprison_Dafdc_t: Dprison*Dafdc*t note Dprison_Dgun_t: Dprison*Dgun*t note Dprison_Dbeer_t: Dprison*Dbeer*t note Dpolice_Dur_t: Dpolice*Dur*t note Dpolice_Dinc_t: Dpolice*Dinc*t note Dpolice_Dpov_t: Dpolice*Dpov*t note Dpolice_Dafdc_t: Dpolice*Dafdc*t note Dpolice_Dgun_t: Dpolice*Dgun*t note Dpolice_Dbeer_t: Dpolice*Dbeer*t note Dur_Dinc_t: Dur*Dinc*t note Dur_Dpov_t: Dur*Dpov*t note Dur_Dafdc_t: Dur*Dafdc*t note Dur_Dgun_t: Dur*Dgun*t note Dur_Dbeer_t: Dur*Dbeer*t note Dinc_Dpov_t: Dinc*Dpov*t note Dinc_Dafdc_t: Dinc*Dafdc*t note Dinc_Dgun_t: Dinc*Dgun*t note Dinc_Dbeer_t: Dinc*Dbeer*t note Dpov_Dafdc_t: Dpov*Dafdc*t note Dpov_Dgun_t: Dpov*Dgun*t note Dpov_Dbeer_t: Dpov*Dbeer*t note Dafdc_Dgun_t: Dafdc*Dgun*t note Dafdc_Dbeer_t: Dafdc*Dbeer*t note Dgun_Dbeer_t: Dgun*Dbeer*t note Dprison_Dpolice_t_2: Dprison*Dpolice*t^2 note Dprison_Dur_t_2: Dprison*Dur*t^2 note Dprison_Dinc_t_2: Dprison*Dinc*t^2 note Dprison_Dpov_t_2: Dprison*Dpov*t^2 note Dprison_Dafdc_t_2: Dprison*Dafdc*t^2 note Dprison_Dgun_t_2: Dprison*Dgun*t^2 note Dprison_Dbeer_t_2: Dprison*Dbeer*t^2 note Dpolice_Dur_t_2: Dpolice*Dur*t^2 note Dpolice_Dinc_t_2: Dpolice*Dinc*t^2 note Dpolice_Dpov_t_2: Dpolice*Dpov*t^2 note Dpolice_Dafdc_t_2: Dpolice*Dafdc*t^2 note Dpolice_Dgun_t_2: Dpolice*Dgun*t^2 note Dpolice_Dbeer_t_2: Dpolice*Dbeer*t^2 note Dur_Dinc_t_2: Dur*Dinc*t^2 note Dur_Dpov_t_2: Dur*Dpov*t^2 note Dur_Dafdc_t_2: Dur*Dafdc*t^2 note Dur_Dgun_t_2: Dur*Dgun*t^2 note Dur_Dbeer_t_2: Dur*Dbeer*t^2 note Dinc_Dpov_t_2: Dinc*Dpov*t^2 note Dinc_Dafdc_t_2: Dinc*Dafdc*t^2 note Dinc_Dgun_t_2: Dinc*Dgun*t^2 note Dinc_Dbeer_t_2: Dinc*Dbeer*t^2 note Dpov_Dafdc_t_2: Dpov*Dafdc*t^2 note Dpov_Dgun_t_2: Dpov*Dgun*t^2 note Dpov_Dbeer_t_2: Dpov*Dbeer*t^2 note Dafdc_Dgun_t_2: Dafdc*Dgun*t^2 note Dafdc_Dbeer_t_2: Dafdc*Dbeer*t^2 note Dgun_Dbeer_t_2: Dgun*Dbeer*t^2 note Dprison0: Dprison0 note Dpolice0: Dpolice0 note Dur0: Dur0 note Dinc0: Dinc0 note Dpov0: Dpov0 note Dafdc0: Dafdc0 note Dbeer0: Dbeer0 note Dprison0_2: Dprison0^2 note Dpolice0_2: Dpolice0^2 note Dur0_2: Dur0^2 note Dinc0_2: Dinc0^2 note Dpov0_2: Dpov0^2 note Dafdc0_2: Dafdc0^2 note Dbeer0_2: Dbeer0^2 note Lprison0: Lprison0 note Lpolice0: Lpolice0 note Lur0: Lur0 note Linc0: Linc0 note Lpov0: Lpov0 note Lafdc0: Lafdc0 note Lbeer0: Lbeer0 note Lprison0_2: Lprison0^2 note Lpolice0_2: Lpolice0^2 note Lur0_2: Lur0^2 note Linc0_2: Linc0^2 note Lpov0_2: Lpov0^2 note Lafdc0_2: Lafdc0^2 note Lbeer0_2: Lbeer0^2 note Dprison0_t: Dprison0*t note Dpolice0_t: Dpolice0*t note Dur0_t: Dur0*t note Dinc0_t: Dinc0*t note Dpov0_t: Dpov0*t note Dafdc0_t: Dafdc0*t note Dbeer0_t: Dbeer0*t note Dprison0_2_t: Dprison0^2*t note Dpolice0_2_t: Dpolice0^2*t note Dur0_2_t: Dur0^2*t note Dinc0_2_t: Dinc0^2*t note Dpov0_2_t: Dpov0^2*t note Dafdc0_2_t: Dafdc0^2*t note Dbeer0_2_t: Dbeer0^2*t note Lprison0_t: Lprison0*t note Lpolice0_t: Lpolice0*t note Lur0_t: Lur0*t note Linc0_t: Linc0*t note Lpov0_t: Lpov0*t note Lafdc0_t: Lafdc0*t note Lbeer0_t: Lbeer0*t note Lprison0_2_t: Lprison0^2*t note Lpolice0_2_t: Lpolice0^2*t note Lur0_2_t: Lur0^2*t note Linc0_2_t: Linc0^2*t note Lpov0_2_t: Lpov0^2*t note Lafdc0_2_t: Lafdc0^2*t note Lbeer0_2_t: Lbeer0^2*t note Dprison0_t_2: Dprison0*t^2 note Dpolice0_t_2: Dpolice0*t^2 note Dur0_t_2: Dur0*t^2 note Dinc0_t_2: Dinc0*t^2 note Dpov0_t_2: Dpov0*t^2 note Dafdc0_t_2: Dafdc0*t^2 note Dbeer0_t_2: Dbeer0*t^2 note Dprison0_2_t_2: Dprison0^2*t^2 note Dpolice0_2_t_2: Dpolice0^2*t^2 note Dur0_2_t_2: Dur0^2*t^2 note Dinc0_2_t_2: Dinc0^2*t^2 note Dpov0_2_t_2: Dpov0^2*t^2 note Dafdc0_2_t_2: Dafdc0^2*t^2 note Dbeer0_2_t_2: Dbeer0^2*t^2 note Lprison0_t_2: Lprison0*t^2 note Lpolice0_t_2: Lpolice0*t^2 note Lur0_t_2: Lur0*t^2 note Linc0_t_2: Linc0*t^2 note Lpov0_t_2: Lpov0*t^2 note Lafdc0_t_2: Lafdc0*t^2 note Lbeer0_t_2: Lbeer0*t^2 note Lprison0_2_t_2: Lprison0^2*t^2 note Lpolice0_2_t_2: Lpolice0^2*t^2 note Lur0_2_t_2: Lur0^2*t^2 note Linc0_2_t_2: Linc0^2*t^2 note Lpov0_2_t_2: Lpov0^2*t^2 note Lafdc0_2_t_2: Lafdc0^2*t^2 note Lbeer0_2_t_2: Lbeer0^2*t^2 note prisonBar: prisonBar note policeBar: policeBar note urBar: urBar note incBar: incBar note povBar: povBar note afdcBar: afdcBar note gunBar: gunBar note beerBar: beerBar note prisonBar_2: prisonBar^2 note policeBar_2: policeBar^2 note urBar_2: urBar^2 note incBar_2: incBar^2 note povBar_2: povBar^2 note afdcBar_2: afdcBar^2 note gunBar_2: gunBar^2 note beerBar_2: beerBar^2 note prisonBar_t: prisonBar*t note policeBar_t: policeBar*t note urBar_t: urBar*t note incBar_t: incBar*t note povBar_t: povBar*t note afdcBar_t: afdcBar*t note gunBar_t: gunBar*t note beerBar_t: beerBar*t note prisonBar_t_2: prisonBar*t^2 note policeBar_t_2: policeBar*t^2 note urBar_t_2: urBar*t^2 note incBar_t_2: incBar*t^2 note povBar_t_2: povBar*t^2 note afdcBar_t_2: afdcBar*t^2 note gunBar_t_2: gunBar*t^2 note beerBar_t_2: beerBar*t^2 note prisonBar_2_t: prisonBar^2*t note policeBar_2_t: policeBar^2*t note urBar_2_t: urBar^2*t note incBar_2_t: incBar^2*t note povBar_2_t: povBar^2*t note afdcBar_2_t: afdcBar^2*t note gunBar_2_t: gunBar^2*t note beerBar_2_t: beerBar^2*t note prisonBar_2_t_2: prisonBar^2*t^2 note policeBar_2_t_2: policeBar^2*t^2 note urBar_2_t_2: urBar^2*t^2 note incBar_2_t_2: incBar^2*t^2 note povBar_2_t_2: povBar^2*t^2 note afdcBar_2_t_2: afdcBar^2*t^2 note gunBar_2_t_2: gunBar^2*t^2 note beerBar_2_t_2: beerBar^2*t^2 note DxV0: DxV0 note DxV0_2: DxV0^2 note DxV0_t: DxV0*t note DxV0_2_t: DxV0^2*t note DxV0_t_2: DxV0*t^2 note DxV0_2_t_2: DxV0^2*t^2 note xV0: xV0 note xV0_2: xV0^2 note xV0_t: xV0*t note xV0_2_t: xV0^2*t note xV0_t_2: xV0*t^2 note xV0_2_t_2: xV0^2*t^2 save "levitt_controls_viol.dta", replace * ---- levitt_controls_prop.dta ---- use "levitt_controls_prop.dta", clear label data "Candidate-control matrix Z_p for the property-crime equation" note _dta: 576x284 control matrix for the property-crime equation, already partialled for year FE and screened for multicollinearity. Column names follow the Matlab scheme; see levitt_control_names. The .dta sanitizes ^ and * to underscores. note Dprison: First difference of the prisoners-per-capita control (one of the 8 base Donohue-Levitt controls).. Construction: Year-over-year difference of prisoners per capita.. Units: differenced rate. Source: Donohue & Levitt panel note Dpolice: First difference of the police-per-capita control.. Construction: Year-over-year difference of police per capita.. Units: differenced rate. Source: Donohue & Levitt panel note Dur: First difference of the state unemployment rate control.. Construction: Year-over-year difference of the unemployment rate.. Units: differenced rate. Source: Donohue & Levitt panel note Dinc: First difference of the income-per-capita control.. Construction: Year-over-year difference of income per capita.. Units: differenced rate. Source: Donohue & Levitt panel note Dpov: First difference of the poverty-rate control.. Construction: Year-over-year difference of the poverty rate.. Units: differenced rate. Source: Donohue & Levitt panel note Dafdc: First difference of the AFDC (welfare) generosity control.. Construction: Year-over-year difference of AFDC generosity per recipient.. Units: differenced rate. Source: Donohue & Levitt panel note Dbeer: First difference of the beer-consumption control.. Construction: Year-over-year difference of beer consumption per capita.. Units: differenced rate. Source: Donohue & Levitt panel note Lprison: Lprison note Lpolice: Lpolice note Lur: Lur note Linc: Linc note Lpov: Lpov note Lafdc: Lafdc note Lbeer: Lbeer note Lprison_2: Lprison^2 note Lpolice_2: Lpolice^2 note Lur_2: Lur^2 note Linc_2: Linc^2 note Lpov_2: Lpov^2 note Lafdc_2: Lafdc^2 note Lbeer_2: Lbeer^2 note Dprison_t: Dprison*t note Dpolice_t: Dpolice*t note Dur_t: Dur*t note Dinc_t: Dinc*t note Dpov_t: Dpov*t note Dafdc_t: Dafdc*t note Dbeer_t: Dbeer*t note Dprison_t_2: Dprison*t^2 note Dpolice_t_2: Dpolice*t^2 note Dur_t_2: Dur*t^2 note Dinc_t_2: Dinc*t^2 note Dpov_t_2: Dpov*t^2 note Dafdc_t_2: Dafdc*t^2 note Dbeer_t_2: Dbeer*t^2 note Dprison_2: Dprison^2 note Dpolice_2: Dpolice^2 note Dur_2: Dur^2 note Dinc_2: Dinc^2 note Dpov_2: Dpov^2 note Dafdc_2: Dafdc^2 note Dbeer_2: Dbeer^2 note Dprison_2_t: Dprison^2*t note Dpolice_2_t: Dpolice^2*t note Dur_2_t: Dur^2*t note Dinc_2_t: Dinc^2*t note Dpov_2_t: Dpov^2*t note Dafdc_2_t: Dafdc^2*t note Dbeer_2_t: Dbeer^2*t note Dprison_2_t_2: Dprison^2*t^2 note Dpolice_2_t_2: Dpolice^2*t^2 note Dur_2_t_2: Dur^2*t^2 note Dinc_2_t_2: Dinc^2*t^2 note Dpov_2_t_2: Dpov^2*t^2 note Dafdc_2_t_2: Dafdc^2*t^2 note Dbeer_2_t_2: Dbeer^2*t^2 note Dprison_Dpolice: Dprison*Dpolice note Dprison_Dur: Dprison*Dur note Dprison_Dinc: Dprison*Dinc note Dprison_Dpov: Dprison*Dpov note Dprison_Dafdc: Dprison*Dafdc note Dprison_Dgun: Dprison*Dgun note Dprison_Dbeer: Dprison*Dbeer note Dpolice_Dur: Dpolice*Dur note Dpolice_Dinc: Dpolice*Dinc note Dpolice_Dpov: Dpolice*Dpov note Dpolice_Dafdc: Dpolice*Dafdc note Dpolice_Dgun: Dpolice*Dgun note Dpolice_Dbeer: Dpolice*Dbeer note Dur_Dinc: Dur*Dinc note Dur_Dpov: Dur*Dpov note Dur_Dafdc: Dur*Dafdc note Dur_Dgun: Dur*Dgun note Dur_Dbeer: Dur*Dbeer note Dinc_Dpov: Dinc*Dpov note Dinc_Dafdc: Dinc*Dafdc note Dinc_Dgun: Dinc*Dgun note Dinc_Dbeer: Dinc*Dbeer note Dpov_Dafdc: Dpov*Dafdc note Dpov_Dgun: Dpov*Dgun note Dpov_Dbeer: Dpov*Dbeer note Dafdc_Dgun: Dafdc*Dgun note Dafdc_Dbeer: Dafdc*Dbeer note Dgun_Dbeer: Dgun*Dbeer note Dprison_Dpolice_t: Dprison*Dpolice*t note Dprison_Dur_t: Dprison*Dur*t note Dprison_Dinc_t: Dprison*Dinc*t note Dprison_Dpov_t: Dprison*Dpov*t note Dprison_Dafdc_t: Dprison*Dafdc*t note Dprison_Dgun_t: Dprison*Dgun*t note Dprison_Dbeer_t: Dprison*Dbeer*t note Dpolice_Dur_t: Dpolice*Dur*t note Dpolice_Dinc_t: Dpolice*Dinc*t note Dpolice_Dpov_t: Dpolice*Dpov*t note Dpolice_Dafdc_t: Dpolice*Dafdc*t note Dpolice_Dgun_t: Dpolice*Dgun*t note Dpolice_Dbeer_t: Dpolice*Dbeer*t note Dur_Dinc_t: Dur*Dinc*t note Dur_Dpov_t: Dur*Dpov*t note Dur_Dafdc_t: Dur*Dafdc*t note Dur_Dgun_t: Dur*Dgun*t note Dur_Dbeer_t: Dur*Dbeer*t note Dinc_Dpov_t: Dinc*Dpov*t note Dinc_Dafdc_t: Dinc*Dafdc*t note Dinc_Dgun_t: Dinc*Dgun*t note Dinc_Dbeer_t: Dinc*Dbeer*t note Dpov_Dafdc_t: Dpov*Dafdc*t note Dpov_Dgun_t: Dpov*Dgun*t note Dpov_Dbeer_t: Dpov*Dbeer*t note Dafdc_Dgun_t: Dafdc*Dgun*t note Dafdc_Dbeer_t: Dafdc*Dbeer*t note Dgun_Dbeer_t: Dgun*Dbeer*t note Dprison_Dpolice_t_2: Dprison*Dpolice*t^2 note Dprison_Dur_t_2: Dprison*Dur*t^2 note Dprison_Dinc_t_2: Dprison*Dinc*t^2 note Dprison_Dpov_t_2: Dprison*Dpov*t^2 note Dprison_Dafdc_t_2: Dprison*Dafdc*t^2 note Dprison_Dgun_t_2: Dprison*Dgun*t^2 note Dprison_Dbeer_t_2: Dprison*Dbeer*t^2 note Dpolice_Dur_t_2: Dpolice*Dur*t^2 note Dpolice_Dinc_t_2: Dpolice*Dinc*t^2 note Dpolice_Dpov_t_2: Dpolice*Dpov*t^2 note Dpolice_Dafdc_t_2: Dpolice*Dafdc*t^2 note Dpolice_Dgun_t_2: Dpolice*Dgun*t^2 note Dpolice_Dbeer_t_2: Dpolice*Dbeer*t^2 note Dur_Dinc_t_2: Dur*Dinc*t^2 note Dur_Dpov_t_2: Dur*Dpov*t^2 note Dur_Dafdc_t_2: Dur*Dafdc*t^2 note Dur_Dgun_t_2: Dur*Dgun*t^2 note Dur_Dbeer_t_2: Dur*Dbeer*t^2 note Dinc_Dpov_t_2: Dinc*Dpov*t^2 note Dinc_Dafdc_t_2: Dinc*Dafdc*t^2 note Dinc_Dgun_t_2: Dinc*Dgun*t^2 note Dinc_Dbeer_t_2: Dinc*Dbeer*t^2 note Dpov_Dafdc_t_2: Dpov*Dafdc*t^2 note Dpov_Dgun_t_2: Dpov*Dgun*t^2 note Dpov_Dbeer_t_2: Dpov*Dbeer*t^2 note Dafdc_Dgun_t_2: Dafdc*Dgun*t^2 note Dafdc_Dbeer_t_2: Dafdc*Dbeer*t^2 note Dgun_Dbeer_t_2: Dgun*Dbeer*t^2 note Dprison0: Dprison0 note Dpolice0: Dpolice0 note Dur0: Dur0 note Dinc0: Dinc0 note Dpov0: Dpov0 note Dafdc0: Dafdc0 note Dbeer0: Dbeer0 note Dprison0_2: Dprison0^2 note Dpolice0_2: Dpolice0^2 note Dur0_2: Dur0^2 note Dinc0_2: Dinc0^2 note Dpov0_2: Dpov0^2 note Dafdc0_2: Dafdc0^2 note Dbeer0_2: Dbeer0^2 note Lprison0: Lprison0 note Lpolice0: Lpolice0 note Lur0: Lur0 note Linc0: Linc0 note Lpov0: Lpov0 note Lafdc0: Lafdc0 note Lbeer0: Lbeer0 note Lprison0_2: Lprison0^2 note Lpolice0_2: Lpolice0^2 note Lur0_2: Lur0^2 note Linc0_2: Linc0^2 note Lpov0_2: Lpov0^2 note Lafdc0_2: Lafdc0^2 note Lbeer0_2: Lbeer0^2 note Dprison0_t: Dprison0*t note Dpolice0_t: Dpolice0*t note Dur0_t: Dur0*t note Dinc0_t: Dinc0*t note Dpov0_t: Dpov0*t note Dafdc0_t: Dafdc0*t note Dbeer0_t: Dbeer0*t note Dprison0_2_t: Dprison0^2*t note Dpolice0_2_t: Dpolice0^2*t note Dur0_2_t: Dur0^2*t note Dinc0_2_t: Dinc0^2*t note Dpov0_2_t: Dpov0^2*t note Dafdc0_2_t: Dafdc0^2*t note Dbeer0_2_t: Dbeer0^2*t note Lprison0_t: Lprison0*t note Lpolice0_t: Lpolice0*t note Lur0_t: Lur0*t note Linc0_t: Linc0*t note Lpov0_t: Lpov0*t note Lafdc0_t: Lafdc0*t note Lbeer0_t: Lbeer0*t note Lprison0_2_t: Lprison0^2*t note Lpolice0_2_t: Lpolice0^2*t note Lur0_2_t: Lur0^2*t note Linc0_2_t: Linc0^2*t note Lpov0_2_t: Lpov0^2*t note Lafdc0_2_t: Lafdc0^2*t note Lbeer0_2_t: Lbeer0^2*t note Dprison0_t_2: Dprison0*t^2 note Dpolice0_t_2: Dpolice0*t^2 note Dur0_t_2: Dur0*t^2 note Dinc0_t_2: Dinc0*t^2 note Dpov0_t_2: Dpov0*t^2 note Dafdc0_t_2: Dafdc0*t^2 note Dbeer0_t_2: Dbeer0*t^2 note Dprison0_2_t_2: Dprison0^2*t^2 note Dpolice0_2_t_2: Dpolice0^2*t^2 note Dur0_2_t_2: Dur0^2*t^2 note Dinc0_2_t_2: Dinc0^2*t^2 note Dpov0_2_t_2: Dpov0^2*t^2 note Dafdc0_2_t_2: Dafdc0^2*t^2 note Dbeer0_2_t_2: Dbeer0^2*t^2 note Lprison0_t_2: Lprison0*t^2 note Lpolice0_t_2: Lpolice0*t^2 note Lur0_t_2: Lur0*t^2 note Linc0_t_2: Linc0*t^2 note Lpov0_t_2: Lpov0*t^2 note Lafdc0_t_2: Lafdc0*t^2 note Lbeer0_t_2: Lbeer0*t^2 note Lprison0_2_t_2: Lprison0^2*t^2 note Lpolice0_2_t_2: Lpolice0^2*t^2 note Lur0_2_t_2: Lur0^2*t^2 note Linc0_2_t_2: Linc0^2*t^2 note Lpov0_2_t_2: Lpov0^2*t^2 note Lafdc0_2_t_2: Lafdc0^2*t^2 note Lbeer0_2_t_2: Lbeer0^2*t^2 note prisonBar: prisonBar note policeBar: policeBar note urBar: urBar note incBar: incBar note povBar: povBar note afdcBar: afdcBar note gunBar: gunBar note beerBar: beerBar note prisonBar_2: prisonBar^2 note policeBar_2: policeBar^2 note urBar_2: urBar^2 note incBar_2: incBar^2 note povBar_2: povBar^2 note afdcBar_2: afdcBar^2 note gunBar_2: gunBar^2 note beerBar_2: beerBar^2 note prisonBar_t: prisonBar*t note policeBar_t: policeBar*t note urBar_t: urBar*t note incBar_t: incBar*t note povBar_t: povBar*t note afdcBar_t: afdcBar*t note gunBar_t: gunBar*t note beerBar_t: beerBar*t note prisonBar_t_2: prisonBar*t^2 note policeBar_t_2: policeBar*t^2 note urBar_t_2: urBar*t^2 note incBar_t_2: incBar*t^2 note povBar_t_2: povBar*t^2 note afdcBar_t_2: afdcBar*t^2 note gunBar_t_2: gunBar*t^2 note beerBar_t_2: beerBar*t^2 note prisonBar_2_t: prisonBar^2*t note policeBar_2_t: policeBar^2*t note urBar_2_t: urBar^2*t note incBar_2_t: incBar^2*t note povBar_2_t: povBar^2*t note afdcBar_2_t: afdcBar^2*t note gunBar_2_t: gunBar^2*t note beerBar_2_t: beerBar^2*t note prisonBar_2_t_2: prisonBar^2*t^2 note policeBar_2_t_2: policeBar^2*t^2 note urBar_2_t_2: urBar^2*t^2 note incBar_2_t_2: incBar^2*t^2 note povBar_2_t_2: povBar^2*t^2 note afdcBar_2_t_2: afdcBar^2*t^2 note gunBar_2_t_2: gunBar^2*t^2 note beerBar_2_t_2: beerBar^2*t^2 note DxP0: DxP0 note DxP0_2: DxP0^2 note DxP0_t: DxP0*t note DxP0_2_t: DxP0^2*t note DxP0_t_2: DxP0*t^2 note DxP0_2_t_2: DxP0^2*t^2 note xP0: xP0 note xP0_2: xP0^2 note xP0_t: xP0*t note xP0_2_t: xP0^2*t note xP0_t_2: xP0*t^2 note xP0_2_t_2: xP0^2*t^2 save "levitt_controls_prop.dta", replace * ---- levitt_controls_murd.dta ---- use "levitt_controls_murd.dta", clear label data "Candidate-control matrix Z_m for the murder equation" note _dta: 576x284 control matrix for the murder equation, already partialled for year FE and screened for multicollinearity. Column names follow the Matlab scheme; see levitt_control_names. The .dta sanitizes ^ and * to underscores. note Dprison: First difference of the prisoners-per-capita control (one of the 8 base Donohue-Levitt controls).. Construction: Year-over-year difference of prisoners per capita.. Units: differenced rate. Source: Donohue & Levitt panel note Dpolice: First difference of the police-per-capita control.. Construction: Year-over-year difference of police per capita.. Units: differenced rate. Source: Donohue & Levitt panel note Dur: First difference of the state unemployment rate control.. Construction: Year-over-year difference of the unemployment rate.. Units: differenced rate. Source: Donohue & Levitt panel note Dinc: First difference of the income-per-capita control.. Construction: Year-over-year difference of income per capita.. Units: differenced rate. Source: Donohue & Levitt panel note Dpov: First difference of the poverty-rate control.. Construction: Year-over-year difference of the poverty rate.. Units: differenced rate. Source: Donohue & Levitt panel note Dafdc: First difference of the AFDC (welfare) generosity control.. Construction: Year-over-year difference of AFDC generosity per recipient.. Units: differenced rate. Source: Donohue & Levitt panel note Dbeer: First difference of the beer-consumption control.. Construction: Year-over-year difference of beer consumption per capita.. Units: differenced rate. Source: Donohue & Levitt panel note Lprison: Lprison note Lpolice: Lpolice note Lur: Lur note Linc: Linc note Lpov: Lpov note Lafdc: Lafdc note Lbeer: Lbeer note Lprison_2: Lprison^2 note Lpolice_2: Lpolice^2 note Lur_2: Lur^2 note Linc_2: Linc^2 note Lpov_2: Lpov^2 note Lafdc_2: Lafdc^2 note Lbeer_2: Lbeer^2 note Dprison_t: Dprison*t note Dpolice_t: Dpolice*t note Dur_t: Dur*t note Dinc_t: Dinc*t note Dpov_t: Dpov*t note Dafdc_t: Dafdc*t note Dbeer_t: Dbeer*t note Dprison_t_2: Dprison*t^2 note Dpolice_t_2: Dpolice*t^2 note Dur_t_2: Dur*t^2 note Dinc_t_2: Dinc*t^2 note Dpov_t_2: Dpov*t^2 note Dafdc_t_2: Dafdc*t^2 note Dbeer_t_2: Dbeer*t^2 note Dprison_2: Dprison^2 note Dpolice_2: Dpolice^2 note Dur_2: Dur^2 note Dinc_2: Dinc^2 note Dpov_2: Dpov^2 note Dafdc_2: Dafdc^2 note Dbeer_2: Dbeer^2 note Dprison_2_t: Dprison^2*t note Dpolice_2_t: Dpolice^2*t note Dur_2_t: Dur^2*t note Dinc_2_t: Dinc^2*t note Dpov_2_t: Dpov^2*t note Dafdc_2_t: Dafdc^2*t note Dbeer_2_t: Dbeer^2*t note Dprison_2_t_2: Dprison^2*t^2 note Dpolice_2_t_2: Dpolice^2*t^2 note Dur_2_t_2: Dur^2*t^2 note Dinc_2_t_2: Dinc^2*t^2 note Dpov_2_t_2: Dpov^2*t^2 note Dafdc_2_t_2: Dafdc^2*t^2 note Dbeer_2_t_2: Dbeer^2*t^2 note Dprison_Dpolice: Dprison*Dpolice note Dprison_Dur: Dprison*Dur note Dprison_Dinc: Dprison*Dinc note Dprison_Dpov: Dprison*Dpov note Dprison_Dafdc: Dprison*Dafdc note Dprison_Dgun: Dprison*Dgun note Dprison_Dbeer: Dprison*Dbeer note Dpolice_Dur: Dpolice*Dur note Dpolice_Dinc: Dpolice*Dinc note Dpolice_Dpov: Dpolice*Dpov note Dpolice_Dafdc: Dpolice*Dafdc note Dpolice_Dgun: Dpolice*Dgun note Dpolice_Dbeer: Dpolice*Dbeer note Dur_Dinc: Dur*Dinc note Dur_Dpov: Dur*Dpov note Dur_Dafdc: Dur*Dafdc note Dur_Dgun: Dur*Dgun note Dur_Dbeer: Dur*Dbeer note Dinc_Dpov: Dinc*Dpov note Dinc_Dafdc: Dinc*Dafdc note Dinc_Dgun: Dinc*Dgun note Dinc_Dbeer: Dinc*Dbeer note Dpov_Dafdc: Dpov*Dafdc note Dpov_Dgun: Dpov*Dgun note Dpov_Dbeer: Dpov*Dbeer note Dafdc_Dgun: Dafdc*Dgun note Dafdc_Dbeer: Dafdc*Dbeer note Dgun_Dbeer: Dgun*Dbeer note Dprison_Dpolice_t: Dprison*Dpolice*t note Dprison_Dur_t: Dprison*Dur*t note Dprison_Dinc_t: Dprison*Dinc*t note Dprison_Dpov_t: Dprison*Dpov*t note Dprison_Dafdc_t: Dprison*Dafdc*t note Dprison_Dgun_t: Dprison*Dgun*t note Dprison_Dbeer_t: Dprison*Dbeer*t note Dpolice_Dur_t: Dpolice*Dur*t note Dpolice_Dinc_t: Dpolice*Dinc*t note Dpolice_Dpov_t: Dpolice*Dpov*t note Dpolice_Dafdc_t: Dpolice*Dafdc*t note Dpolice_Dgun_t: Dpolice*Dgun*t note Dpolice_Dbeer_t: Dpolice*Dbeer*t note Dur_Dinc_t: Dur*Dinc*t note Dur_Dpov_t: Dur*Dpov*t note Dur_Dafdc_t: Dur*Dafdc*t note Dur_Dgun_t: Dur*Dgun*t note Dur_Dbeer_t: Dur*Dbeer*t note Dinc_Dpov_t: Dinc*Dpov*t note Dinc_Dafdc_t: Dinc*Dafdc*t note Dinc_Dgun_t: Dinc*Dgun*t note Dinc_Dbeer_t: Dinc*Dbeer*t note Dpov_Dafdc_t: Dpov*Dafdc*t note Dpov_Dgun_t: Dpov*Dgun*t note Dpov_Dbeer_t: Dpov*Dbeer*t note Dafdc_Dgun_t: Dafdc*Dgun*t note Dafdc_Dbeer_t: Dafdc*Dbeer*t note Dgun_Dbeer_t: Dgun*Dbeer*t note Dprison_Dpolice_t_2: Dprison*Dpolice*t^2 note Dprison_Dur_t_2: Dprison*Dur*t^2 note Dprison_Dinc_t_2: Dprison*Dinc*t^2 note Dprison_Dpov_t_2: Dprison*Dpov*t^2 note Dprison_Dafdc_t_2: Dprison*Dafdc*t^2 note Dprison_Dgun_t_2: Dprison*Dgun*t^2 note Dprison_Dbeer_t_2: Dprison*Dbeer*t^2 note Dpolice_Dur_t_2: Dpolice*Dur*t^2 note Dpolice_Dinc_t_2: Dpolice*Dinc*t^2 note Dpolice_Dpov_t_2: Dpolice*Dpov*t^2 note Dpolice_Dafdc_t_2: Dpolice*Dafdc*t^2 note Dpolice_Dgun_t_2: Dpolice*Dgun*t^2 note Dpolice_Dbeer_t_2: Dpolice*Dbeer*t^2 note Dur_Dinc_t_2: Dur*Dinc*t^2 note Dur_Dpov_t_2: Dur*Dpov*t^2 note Dur_Dafdc_t_2: Dur*Dafdc*t^2 note Dur_Dgun_t_2: Dur*Dgun*t^2 note Dur_Dbeer_t_2: Dur*Dbeer*t^2 note Dinc_Dpov_t_2: Dinc*Dpov*t^2 note Dinc_Dafdc_t_2: Dinc*Dafdc*t^2 note Dinc_Dgun_t_2: Dinc*Dgun*t^2 note Dinc_Dbeer_t_2: Dinc*Dbeer*t^2 note Dpov_Dafdc_t_2: Dpov*Dafdc*t^2 note Dpov_Dgun_t_2: Dpov*Dgun*t^2 note Dpov_Dbeer_t_2: Dpov*Dbeer*t^2 note Dafdc_Dgun_t_2: Dafdc*Dgun*t^2 note Dafdc_Dbeer_t_2: Dafdc*Dbeer*t^2 note Dgun_Dbeer_t_2: Dgun*Dbeer*t^2 note Dprison0: Dprison0 note Dpolice0: Dpolice0 note Dur0: Dur0 note Dinc0: Dinc0 note Dpov0: Dpov0 note Dafdc0: Dafdc0 note Dbeer0: Dbeer0 note Dprison0_2: Dprison0^2 note Dpolice0_2: Dpolice0^2 note Dur0_2: Dur0^2 note Dinc0_2: Dinc0^2 note Dpov0_2: Dpov0^2 note Dafdc0_2: Dafdc0^2 note Dbeer0_2: Dbeer0^2 note Lprison0: Lprison0 note Lpolice0: Lpolice0 note Lur0: Lur0 note Linc0: Linc0 note Lpov0: Lpov0 note Lafdc0: Lafdc0 note Lbeer0: Lbeer0 note Lprison0_2: Lprison0^2 note Lpolice0_2: Lpolice0^2 note Lur0_2: Lur0^2 note Linc0_2: Linc0^2 note Lpov0_2: Lpov0^2 note Lafdc0_2: Lafdc0^2 note Lbeer0_2: Lbeer0^2 note Dprison0_t: Dprison0*t note Dpolice0_t: Dpolice0*t note Dur0_t: Dur0*t note Dinc0_t: Dinc0*t note Dpov0_t: Dpov0*t note Dafdc0_t: Dafdc0*t note Dbeer0_t: Dbeer0*t note Dprison0_2_t: Dprison0^2*t note Dpolice0_2_t: Dpolice0^2*t note Dur0_2_t: Dur0^2*t note Dinc0_2_t: Dinc0^2*t note Dpov0_2_t: Dpov0^2*t note Dafdc0_2_t: Dafdc0^2*t note Dbeer0_2_t: Dbeer0^2*t note Lprison0_t: Lprison0*t note Lpolice0_t: Lpolice0*t note Lur0_t: Lur0*t note Linc0_t: Linc0*t note Lpov0_t: Lpov0*t note Lafdc0_t: Lafdc0*t note Lbeer0_t: Lbeer0*t note Lprison0_2_t: Lprison0^2*t note Lpolice0_2_t: Lpolice0^2*t note Lur0_2_t: Lur0^2*t note Linc0_2_t: Linc0^2*t note Lpov0_2_t: Lpov0^2*t note Lafdc0_2_t: Lafdc0^2*t note Lbeer0_2_t: Lbeer0^2*t note Dprison0_t_2: Dprison0*t^2 note Dpolice0_t_2: Dpolice0*t^2 note Dur0_t_2: Dur0*t^2 note Dinc0_t_2: Dinc0*t^2 note Dpov0_t_2: Dpov0*t^2 note Dafdc0_t_2: Dafdc0*t^2 note Dbeer0_t_2: Dbeer0*t^2 note Dprison0_2_t_2: Dprison0^2*t^2 note Dpolice0_2_t_2: Dpolice0^2*t^2 note Dur0_2_t_2: Dur0^2*t^2 note Dinc0_2_t_2: Dinc0^2*t^2 note Dpov0_2_t_2: Dpov0^2*t^2 note Dafdc0_2_t_2: Dafdc0^2*t^2 note Dbeer0_2_t_2: Dbeer0^2*t^2 note Lprison0_t_2: Lprison0*t^2 note Lpolice0_t_2: Lpolice0*t^2 note Lur0_t_2: Lur0*t^2 note Linc0_t_2: Linc0*t^2 note Lpov0_t_2: Lpov0*t^2 note Lafdc0_t_2: Lafdc0*t^2 note Lbeer0_t_2: Lbeer0*t^2 note Lprison0_2_t_2: Lprison0^2*t^2 note Lpolice0_2_t_2: Lpolice0^2*t^2 note Lur0_2_t_2: Lur0^2*t^2 note Linc0_2_t_2: Linc0^2*t^2 note Lpov0_2_t_2: Lpov0^2*t^2 note Lafdc0_2_t_2: Lafdc0^2*t^2 note Lbeer0_2_t_2: Lbeer0^2*t^2 note prisonBar: prisonBar note policeBar: policeBar note urBar: urBar note incBar: incBar note povBar: povBar note afdcBar: afdcBar note gunBar: gunBar note beerBar: beerBar note prisonBar_2: prisonBar^2 note policeBar_2: policeBar^2 note urBar_2: urBar^2 note incBar_2: incBar^2 note povBar_2: povBar^2 note afdcBar_2: afdcBar^2 note gunBar_2: gunBar^2 note beerBar_2: beerBar^2 note prisonBar_t: prisonBar*t note policeBar_t: policeBar*t note urBar_t: urBar*t note incBar_t: incBar*t note povBar_t: povBar*t note afdcBar_t: afdcBar*t note gunBar_t: gunBar*t note beerBar_t: beerBar*t note prisonBar_t_2: prisonBar*t^2 note policeBar_t_2: policeBar*t^2 note urBar_t_2: urBar*t^2 note incBar_t_2: incBar*t^2 note povBar_t_2: povBar*t^2 note afdcBar_t_2: afdcBar*t^2 note gunBar_t_2: gunBar*t^2 note beerBar_t_2: beerBar*t^2 note prisonBar_2_t: prisonBar^2*t note policeBar_2_t: policeBar^2*t note urBar_2_t: urBar^2*t note incBar_2_t: incBar^2*t note povBar_2_t: povBar^2*t note afdcBar_2_t: afdcBar^2*t note gunBar_2_t: gunBar^2*t note beerBar_2_t: beerBar^2*t note prisonBar_2_t_2: prisonBar^2*t^2 note policeBar_2_t_2: policeBar^2*t^2 note urBar_2_t_2: urBar^2*t^2 note incBar_2_t_2: incBar^2*t^2 note povBar_2_t_2: povBar^2*t^2 note afdcBar_2_t_2: afdcBar^2*t^2 note gunBar_2_t_2: gunBar^2*t^2 note beerBar_2_t_2: beerBar^2*t^2 note DxM0: DxM0 note DxM0_2: DxM0^2 note DxM0_t: DxM0*t note DxM0_2_t: DxM0^2*t note DxM0_t_2: DxM0*t^2 note DxM0_2_t_2: DxM0^2*t^2 note xM0: xM0 note xM0_2: xM0^2 note xM0_t: xM0*t note xM0_2_t: xM0^2*t note xM0_t_2: xM0*t^2 note xM0_2_t_2: xM0^2*t^2 save "levitt_controls_murd.dta", replace * ---- levitt_control_names.dta ---- use "levitt_control_names.dta", clear label data "Crosswalk: column index to control name in each matrix" note _dta: One row per control-matrix column (1-284). The viol/prop/murd columns give the corresponding variable name in levitt_controls_viol/_prop/_murd, which differ because each equation's expansion and multicollinearity screen retain a slightly different set. note index: Sequential position of a column in each 284-column control matrix.. Construction: 1..284.. Units: integer. Source: This study (crosswalk) note viol: Variable name of the corresponding column in levitt_controls_viol.. Construction: Matlab control name (D/L prefix, ^2 square, * interaction, t trend).. Units: string. Source: BCH (2014) control expansion note prop: Variable name of the corresponding column in levitt_controls_prop.. Construction: Matlab control name (D/L prefix, ^2 square, * interaction, t trend).. Units: string. Source: BCH (2014) control expansion note murd: Variable name of the corresponding column in levitt_controls_murd.. Construction: Matlab control name (D/L prefix, ^2 square, * interaction, t trend).. Units: string. Source: BCH (2014) control expansion save "levitt_control_names.dta", replace