| ##--##--##--##--##--##--## | |
| ## Appendix: Table A8 | |
| ##--##--##--##--##--##--## | |
| isr_wave1_jewish = isr_survey_wave1[isr_survey_wave1$survey=="isr",] | |
| isr_wave1_jewish_sumstats = isr_wave1_jewish[,c("age", "female", "religiosity", "ethnicity", "education", "income", "partyID", "ideology", "interest_news", | |
| "degree_violence", "police_action_required", "recall_violence2")] | |
| isr_wave1_jewish_sumstats = dummy_cols(isr_wave1_jewish_sumstats, select_columns = c("age", "religiosity", "ethnicity", "education", "income", "partyID")) | |
| table_a8 = stargazer(isr_wave1_jewish_sumstats, omit.summary.stat=c("p25", "p75")) | |
| cat(table_a8, sep = '\n', file = "Tables/table_A8.tex") | |