| ##--##--##--##--##--##--## | |
| ## Appendix: Table A9 | |
| ##--##--##--##--##--##--## | |
| isr_wave1_arab = isr_survey_wave1[isr_survey_wave1$survey=="isr_ar",] | |
| isr_wave1_arab_sumstats = isr_wave1_arab[,c("age", "female", "religiosity", "ethnicity", "education", "income", "partyID", "ideology", "interest_news", | |
| "degree_violence", "police_action_required", "recall_violence2")] | |
| isr_wave1_arab_sumstats = dummy_cols(isr_wave1_arab_sumstats, select_columns = c("age", "religiosity", "ethnicity", "education", "income", "partyID")) | |
| table_a9 = stargazer(isr_wave1_arab_sumstats, omit.summary.stat=c("p25", "p75")) | |
| cat(table_a9, sep = '\n', file = "Tables/table_A9.tex") | |